Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c363 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 Dmac.c625 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 Dfib_frontend.c528 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 Dfib_semantics.c440 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 Dfib_trie.c1256 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 Dibmvfc.h306 __be16 fc_type; member
373 __be16 fc_type; member
H A Dibmvfc.c462 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 Dmac.c719 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 Dmac.c742 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 Dip6_fib.h44 u16 fc_type; /* only 8 bits are used */ member
H A Dip_fib.h33 u8 fc_type; member
/linux-6.15/net/ipv6/
H A Droute.c3755 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 Daddrconf.c2473 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2544 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()