Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c374 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023()
395 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023()
398 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023()
403 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
421 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211()
446 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211()
449 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
494 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) |
498 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi()
365 u8 fc_type, fc_stype; mt76_connac2_mac_write_txwi_8023() local
412 u8 fc_type, fc_stype; mt76_connac2_mac_write_txwi_80211() local
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c631 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_8023()
652 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7925_mac_write_txwi_8023()
655 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
672 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_80211()
700 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7925_mac_write_txwi_80211()
703 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_80211()
626 u8 fc_type, fc_stype; mt7925_mac_write_txwi_8023() local
667 u8 fc_type, fc_stype; mt7925_mac_write_txwi_80211() local
/linux/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()
4198 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done()
4794 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
/linux/net/ipv4/
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/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c716 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local
736 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023()
739 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023()
763 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211()
800 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211()
803 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
762 u8 fc_type, fc_stype; mt7996_mac_write_txwi_80211() local
/linux/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/net/ipv6/
H A Droute.c3777 if (cfg->fc_type > RTN_MAX) { in fib6_config_validate()
3859 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create()
4426 .fc_type = RTN_UNICAST, in rt6_add_route_info()
4492 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
4568 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4695 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc()
4698 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc()
5214 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
H A Daddrconf.c2484 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2555 .fc_type = RTN_MULTICAST, in addrconf_add_dev()