Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
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()
743 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config()
751 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config()
890 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute()
1063 .fc_type = type, in fib_magic()
H A Dfib_semantics.c398 cfg->fc_type == fi->fib_type && in fib_find_info_nh()
1376 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc()
1408 if (cfg->fc_type > RTN_MAX) in fib_create_info()
1412 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1489 fi->fib_type = cfg->fc_type; in fib_create_info()
1516 if (fib_props[cfg->fc_type].error) { in fib_create_info()
1524 switch (cfg->fc_type) { in fib_create_info()
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()
1698 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h50 u16 fc_type; /* only 8 bits are used */ member
H A Dip_fib.h30 u8 fc_type; member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c3597 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create()
3672 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create()
4197 .fc_type = RTN_UNICAST, in rt6_add_route_info()
4261 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
4313 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4431 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc()
4434 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc()
4886 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
H A Daddrconf.c2429 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2500 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()