| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 363 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 384 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023() 387 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 392 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 410 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 434 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211() 437 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 482 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 486 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mac.c | 625 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_8023() local 646 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7925_mac_write_txwi_8023() 649 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_8023() 666 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_80211() local 693 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7925_mac_write_txwi_80211() 696 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_80211()
|
| /linux-6.15/net/ipv4/ |
| H A D | fib_frontend.c | 528 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config() 533 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 763 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config() 771 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config() 930 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute() 1106 .fc_type = type, in fib_magic()
|
| H A D | fib_semantics.c | 440 cfg->fc_type == fi->fib_type && in fib_find_info_nh() 1332 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 1365 if (cfg->fc_type > RTN_MAX) in fib_create_info() 1369 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info() 1426 fi->fib_type = cfg->fc_type; in fib_create_info() 1453 if (fib_props[cfg->fc_type].error) { in fib_create_info() 1461 switch (cfg->fc_type) { in fib_create_info()
|
| H A D | fib_trie.c | 1256 if (fa->fa_type == cfg->fc_type && in fib_table_insert() 1282 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1344 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1722 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
|
| /linux-6.15/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 306 __be16 fc_type; member 373 __be16 fc_type; member
|
| H 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() 4197 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done() 4793 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mac.c | 719 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 748 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi() 779 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi() 861 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi() 866 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 742 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 762 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023() 765 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023() 787 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 813 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211() 816 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
|
| /linux-6.15/include/net/ |
| H A D | ip6_fib.h | 44 u16 fc_type; /* only 8 bits are used */ member
|
| H A D | ip_fib.h | 33 u8 fc_type; member
|
| /linux-6.15/net/ipv6/ |
| H A D | route.c | 3755 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create() 3828 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create() 4356 .fc_type = RTN_UNICAST, in rt6_add_route_info() 4422 .fc_type = RTN_UNICAST, in rt6_add_dflt_router() 4498 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config() 4624 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc() 4627 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc() 5089 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
|
| H A D | addrconf.c | 2473 .fc_type = RTN_UNICAST, in addrconf_prefix_route() 2544 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()
|