Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c328 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local
349 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023()
352 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023()
357 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023()
374 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local
398 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211()
401 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
442 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
446 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
/linux-6.1.9/net/ipv4/
Dfib_frontend.c520 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config()
525 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config()
754 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config()
762 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config()
901 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute()
1074 .fc_type = type, in fib_magic()
Dfib_semantics.c399 cfg->fc_type == fi->fib_type && in fib_find_info_nh()
1358 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc()
1390 if (cfg->fc_type > RTN_MAX) in fib_create_info()
1394 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1471 fi->fib_type = cfg->fc_type; in fib_create_info()
1498 if (fib_props[cfg->fc_type].error) { in fib_create_info()
1506 switch (cfg->fc_type) { in fib_create_info()
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()
1748 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
/linux-6.1.9/drivers/scsi/ibmvscsi/
Dibmvfc.h303 __be16 fc_type; member
370 __be16 fc_type; member
Dibmvfc.c455 enum ibmvfc_fc_type fc_type; member
457 } fc_type [] = { variable
479 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type()
480 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type()
481 return fc_type[i].name; in ibmvfc_get_fc_type()
4115 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done()
4676 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c729 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
758 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi()
789 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi()
871 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi()
876 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
/linux-6.1.9/include/net/
Dip6_fib.h50 u16 fc_type; /* only 8 bits are used */ member
Dip_fib.h31 u8 fc_type; member
/linux-6.1.9/net/ipv6/
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()
4564 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc()
4567 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc()
5025 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
Daddrconf.c2411 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2482 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()