Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c347 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local
368 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023()
371 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023()
376 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023()
393 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local
417 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211()
420 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
458 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
462 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dnip_fib.h35 u32 fc_type; /* only 8 bits are used */ member
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_semantics.c400 cfg->fc_type == fi->fib_type && in fib_find_info_nh()
1383 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc()
1415 if (cfg->fc_type > RTN_MAX) in fib_create_info()
1419 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1496 fi->fib_type = cfg->fc_type; in fib_create_info()
1523 if (fib_props[cfg->fc_type].error) { in fib_create_info()
1531 switch (cfg->fc_type) { in fib_create_info()
H A Dfib_frontend.c517 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config()
522 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config()
746 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config()
754 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config()
893 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute()
1066 .fc_type = type, in fib_magic()
H A Dfib_trie.c1232 if (fa->fa_type == cfg->fc_type && in fib_table_insert()
1258 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1319 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1699 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_semantics.c400 cfg->fc_type == fi->fib_type && in fib_find_info_nh()
1363 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc()
1395 if (cfg->fc_type > RTN_MAX) in fib_create_info()
1399 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1476 fi->fib_type = cfg->fc_type; in fib_create_info()
1503 if (fib_props[cfg->fc_type].error) { in fib_create_info()
1511 switch (cfg->fc_type) { in fib_create_info()
H A Dfib_frontend.c520 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()
H A Dfib_trie.c1280 if (fa->fa_type == cfg->fc_type && in fib_table_insert()
1306 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1368 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1749 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c732 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local
753 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023()
756 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023()
772 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local
799 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211()
802 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.h292 __be16 fc_type; member
357 __be16 fc_type; member
H A Dibmvfc.c382 enum ibmvfc_fc_type fc_type; member
384 } fc_type [] = { variable
406 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type()
407 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type()
408 return fc_type[i].name; in ibmvfc_get_fc_type()
3528 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done()
4077 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.h303 __be16 fc_type; member
370 __be16 fc_type; member
H A Dibmvfc.c454 enum ibmvfc_fc_type fc_type; member
456 } fc_type [] = { variable
478 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type()
479 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type()
480 return fc_type[i].name; in ibmvfc_get_fc_type()
4160 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done()
4756 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c576 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7915_mac_write_txwi() local
592 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7915_mac_write_txwi()
643 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7915_mac_write_txwi()
684 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7915_mac_write_txwi()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c533 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
562 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi()
593 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi()
675 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi()
680 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
/kernel/linux/linux-6.6/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; 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()
/kernel/linux/linux-5.10/include/net/
H A Dip6_fib.h49 u16 fc_type; /* only 8 bits are used */ member
H A Dip_fib.h30 u8 fc_type; member
/kernel/linux/linux-6.6/include/net/
H A Dip_fib.h31 u8 fc_type; member
H A Dip6_fib.h50 u16 fc_type; /* only 8 bits are used */ member
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c3618 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create()
3693 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create()
4218 .fc_type = RTN_UNICAST, in rt6_add_route_info()
4282 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
4357 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4475 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc()
4478 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc()
4930 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
H A Daddrconf.c2407 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2478 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c3702 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create()
3777 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create()
4302 .fc_type = RTN_UNICAST, in rt6_add_route_info()
4367 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
4442 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4565 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc()
4568 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc()
5023 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
H A Daddrconf.c2435 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2506 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()

Completed in 86 milliseconds