| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mac.c | 348 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 369 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023() 372 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 377 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 395 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 419 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211() 422 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 467 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 471 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
|
| /linux/net/ipv4/ |
| A D | fib_frontend.c | 520 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config() 525 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 757 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config() 765 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config() 904 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute() 1077 .fc_type = type, in fib_magic()
|
| A D | fib_semantics.c | 400 cfg->fc_type == fi->fib_type && in fib_find_info_nh() 1362 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 1394 if (cfg->fc_type > RTN_MAX) in fib_create_info() 1398 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info() 1474 fi->fib_type = cfg->fc_type; in fib_create_info() 1501 if (fib_props[cfg->fc_type].error) { in fib_create_info() 1509 switch (cfg->fc_type) { in fib_create_info()
|
| A D | fib_trie.c | 1281 if (fa->fa_type == cfg->fc_type && in fib_table_insert() 1307 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1369 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1750 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mac.c | 629 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_8023() local 650 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7925_mac_write_txwi_8023() 653 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_8023() 670 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_80211() local 697 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7925_mac_write_txwi_80211() 700 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_80211()
|
| /linux/drivers/scsi/ibmvscsi/ |
| A D | ibmvfc.h | 306 __be16 fc_type; member 373 __be16 fc_type; member
|
| A D | ibmvfc.c | 462 enum ibmvfc_fc_type fc_type; member 464 } fc_type [] = { variable 486 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type() 487 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type() 488 return fc_type[i].name; in ibmvfc_get_fc_type() 4195 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done() 4791 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | mac.c | 723 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 752 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi() 783 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi() 865 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi() 870 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mac.c | 707 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 728 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023() 731 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023() 750 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 777 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211() 780 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
|
| /linux/include/net/ |
| A D | ip6_fib.h | 44 u16 fc_type; /* only 8 bits are used */ member
|
| A D | ip_fib.h | 33 u8 fc_type; member
|
| /linux/net/ipv6/ |
| A D | route.c | 3714 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create() 3787 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create() 4313 .fc_type = RTN_UNICAST, in rt6_add_route_info() 4379 .fc_type = RTN_UNICAST, in rt6_add_dflt_router() 4455 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config() 4581 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc() 4584 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc() 5039 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
|
| A D | addrconf.c | 2472 .fc_type = RTN_UNICAST, in addrconf_prefix_route() 2543 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()
|