Searched refs:fc_type (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c348 u8 fc_type, fc_stype; local
369 fc_type = IEEE80211_FTYPE_DATA >> 2;
372 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
377 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) |
394 u8 fc_type, fc_stype; local
418 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2;
421 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
459 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) |
463 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) |
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c617 u8 fc_type, fc_stype; local
638 fc_type = IEEE80211_FTYPE_DATA >> 2;
641 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
658 u8 fc_type, fc_stype; local
685 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2;
688 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
/linux-master/net/ipv4/
H A Dfib_frontend.c520 cfg->fc_type = RTN_UNREACHABLE;
525 cfg->fc_type = RTN_UNICAST;
757 cfg->fc_type = rtm->rtm_type;
765 if (cfg->fc_type > RTN_MAX) {
904 if (!err && cfg.fc_type == RTN_LOCAL)
1082 .fc_type = type,
H A Dfib_semantics.c400 cfg->fc_type == fi->fib_type &&
1363 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
1395 if (cfg->fc_type > RTN_MAX)
1399 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) {
1476 fi->fib_type = cfg->fc_type;
1503 if (fib_props[cfg->fc_type].error) {
1511 switch (cfg->fc_type) {
H A Dfib_trie.c1281 if (fa->fa_type == cfg->fc_type &&
1307 new_fa->fa_type = cfg->fc_type;
1369 new_fa->fa_type = cfg->fc_type;
1750 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) &&
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h306 __be16 fc_type; member in struct:ibmvfc_port_login
373 __be16 fc_type; member in struct:ibmvfc_query_tgt
H A Dibmvfc.c458 enum ibmvfc_fc_type fc_type; member in struct:__anon444
460 } fc_type [] = { variable in typeref:struct:__anon444
482 for (i = 0; i < ARRAY_SIZE(fc_type); i++)
483 if (fc_type[i].fc_type == status)
484 return fc_type[i].name;
4191 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type),
4787 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type),
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c723 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; local
752 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2;
783 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
865 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) |
870 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) |
/linux-master/include/net/
H A Dip6_fib.h44 u16 fc_type; /* only 8 bits are used */ member in struct:fib6_config
H A Dip_fib.h31 u8 fc_type; member in struct:fib_config
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c707 u8 fc_type, fc_stype; local
728 fc_type = IEEE80211_FTYPE_DATA >> 2;
731 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
750 u8 fc_type, fc_stype; local
777 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2;
780 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
/linux-master/net/ipv6/
H A Droute.c3712 if (cfg->fc_type > RTN_MAX) {
3785 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST;
4311 .fc_type = RTN_UNICAST,
4377 .fc_type = RTN_UNICAST,
4453 .fc_type = rtmsg->rtmsg_type,
4576 cfg.fc_type = RTN_ANYCAST;
4579 cfg.fc_type = RTN_LOCAL;
5034 .fc_type = rtm->rtm_type,
H A Daddrconf.c2470 .fc_type = RTN_UNICAST,
2541 .fc_type = RTN_MULTICAST,

Completed in 425 milliseconds