fc_type           316 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 	u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0;
fc_type           334 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 	fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2;
fc_type           365 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 	val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) |
fc_type           440 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 	txwi[7] = FIELD_PREP(MT_TXD7_TYPE, fc_type) |
fc_type           380 drivers/scsi/ibmvscsi/ibmvfc.c 	enum ibmvfc_fc_type fc_type;
fc_type           382 drivers/scsi/ibmvscsi/ibmvfc.c } fc_type [] = {
fc_type           404 drivers/scsi/ibmvscsi/ibmvfc.c 	for (i = 0; i < ARRAY_SIZE(fc_type); i++)
fc_type           405 drivers/scsi/ibmvscsi/ibmvfc.c 		if (fc_type[i].fc_type == status)
fc_type           406 drivers/scsi/ibmvscsi/ibmvfc.c 			return fc_type[i].name;
fc_type          3442 drivers/scsi/ibmvscsi/ibmvfc.c 			ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type),
fc_type          3827 drivers/scsi/ibmvscsi/ibmvfc.c 			ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type),
fc_type           281 drivers/scsi/ibmvscsi/ibmvfc.h 	__be16 fc_type;
fc_type           326 drivers/scsi/ibmvscsi/ibmvfc.h 	__be16 fc_type;
fc_type            48 include/net/ip6_fib.h 	u16		fc_type;        /* only 8 bits are used */
fc_type            30 include/net/ip_fib.h 	u8			fc_type;
fc_type           524 net/ipv4/fib_frontend.c 		cfg->fc_type = RTN_UNREACHABLE;
fc_type           529 net/ipv4/fib_frontend.c 	cfg->fc_type = RTN_UNICAST;
fc_type           750 net/ipv4/fib_frontend.c 	cfg->fc_type = rtm->rtm_type;
fc_type           758 net/ipv4/fib_frontend.c 	if (cfg->fc_type > RTN_MAX) {
fc_type           894 net/ipv4/fib_frontend.c 	if (!err && cfg.fc_type == RTN_LOCAL)
fc_type          1067 net/ipv4/fib_frontend.c 		.fc_type = type,
fc_type           390 net/ipv4/fib_semantics.c 		    cfg->fc_type == fi->fib_type &&
fc_type          1315 net/ipv4/fib_semantics.c 	if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
fc_type          1347 net/ipv4/fib_semantics.c 	if (cfg->fc_type > RTN_MAX)
fc_type          1351 net/ipv4/fib_semantics.c 	if (fib_props[cfg->fc_type].scope > cfg->fc_scope) {
fc_type          1427 net/ipv4/fib_semantics.c 	fi->fib_type = cfg->fc_type;
fc_type          1454 net/ipv4/fib_semantics.c 	if (fib_props[cfg->fc_type].error) {
fc_type          1462 net/ipv4/fib_semantics.c 		switch (cfg->fc_type) {
fc_type          1185 net/ipv4/fib_trie.c 			if (fa->fa_type == cfg->fc_type &&
fc_type          1211 net/ipv4/fib_trie.c 			new_fa->fa_type = cfg->fc_type;
fc_type          1264 net/ipv4/fib_trie.c 	new_fa->fa_type = cfg->fc_type;
fc_type          1582 net/ipv4/fib_trie.c 		if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) &&
fc_type          2384 net/ipv6/addrconf.c 		.fc_type = RTN_UNICAST,
fc_type          2455 net/ipv6/addrconf.c 		.fc_type = RTN_UNICAST,
fc_type          3598 net/ipv6/route.c 	if (cfg->fc_type > RTN_MAX) {
fc_type          3673 net/ipv6/route.c 	rt->fib6_type = cfg->fc_type ? : RTN_UNICAST;
fc_type          4172 net/ipv6/route.c 		.fc_type = RTN_UNICAST,
fc_type          4236 net/ipv6/route.c 		.fc_type = RTN_UNICAST,
fc_type          4311 net/ipv6/route.c 		.fc_type = rtmsg->rtmsg_type,
fc_type          4441 net/ipv6/route.c 		cfg.fc_type = RTN_ANYCAST;
fc_type          4444 net/ipv6/route.c 		cfg.fc_type = RTN_LOCAL;
fc_type          4889 net/ipv6/route.c 		.fc_type = rtm->rtm_type,