/drivers/net/usb/ |
D | cdc_mbim.c | 226 u16 tci = 0; in cdc_mbim_tx_fixup() local 244 if (vlan_get_tag(skb, &tci) < 0 && skb->len > VLAN_ETH_HLEN && in cdc_mbim_tx_fixup() 245 __vlan_get_tag(skb, &tci) == 0) { in cdc_mbim_tx_fixup() 256 if (!tci) in cdc_mbim_tx_fixup() 259 if (tci == MBIM_IPS0_VID) in cdc_mbim_tx_fixup() 260 tci = 0; in cdc_mbim_tx_fixup() 271 switch (tci & 0x0f00) { in cdc_mbim_tx_fixup() 276 c[3] = tci; in cdc_mbim_tx_fixup() 283 c[3] = tci; in cdc_mbim_tx_fixup() 287 "unsupported tci=0x%04x\n", tci); in cdc_mbim_tx_fixup() [all …]
|
D | aqc111.c | 1192 u16 tci = 0; in aqc111_tx_fixup() local 1211 if (vlan_get_tag(skb, &tci) >= 0) { in aqc111_tx_fixup() 1213 tx_desc |= ((u64)tci & AQ_TX_DESC_VLAN_MASK) << in aqc111_tx_fixup()
|
/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 61 u32 tci; member 253 u32 tci; member 360 u32 tci; member
|
D | macsec_api.c | 368 packed_record[4] = rec->tci & 0xFF; in set_ingress_preclass_record() 482 rec->tci = packed_record[4] & 0xFF; in get_ingress_preclass_record() 1262 packed_record[3] = rec->tci & 0xFF; in set_egress_class_record() 1413 rec->tci = packed_record[3] & 0xFF; in get_egress_class_record() 1546 packed_record[4] |= (rec->tci & 0x3F) << 3; in set_egress_sc_record() 1597 rec->tci = (packed_record[4] >> 3) & 0x3F; in get_egress_sc_record()
|
/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 325 vlan = ntohs(vf->addr.tci) & VLAN_VID_MASK; in efx_siena_sriov_reset_tx_filter() 363 vlan = ntohs(vf->addr.tci) & VLAN_VID_MASK; in efx_siena_sriov_reset_rx_filter() 1120 peer->tci = 0; in efx_siena_sriov_peer_work() 1616 u16 tci; in efx_siena_sriov_set_vf_vlan() local 1623 tci = (vlan & VLAN_VID_MASK) | ((qos & 0x7) << VLAN_PRIO_SHIFT); in efx_siena_sriov_set_vf_vlan() 1624 vf->addr.tci = htons(tci); in efx_siena_sriov_set_vf_vlan() 1660 u16 tci; in efx_siena_sriov_get_vf_config() local 1670 tci = ntohs(vf->addr.tci); in efx_siena_sriov_get_vf_config() 1671 ivi->vlan = tci & VLAN_VID_MASK; in efx_siena_sriov_get_vf_config() 1672 ivi->qos = (tci >> VLAN_PRIO_SHIFT) & 0x7; in efx_siena_sriov_get_vf_config()
|
D | vfdi.h | 87 __be16 tci; member
|
/drivers/scsi/isci/ |
D | host.h | 350 #define ISCI_TAG(seq, tci) (((u16) (seq)) << 12 | tci) argument 477 void isci_tci_free(struct isci_host *ihost, u16 tci);
|
D | host.c | 2550 void isci_tci_free(struct isci_host *ihost, u16 tci) in isci_tci_free() argument 2554 ihost->tci_pool[tail] = tci; in isci_tci_free() 2561 u16 tci = ihost->tci_pool[head]; in isci_tci_alloc() local 2564 return tci; in isci_tci_alloc() 2575 u16 tci = isci_tci_alloc(ihost); in isci_alloc_tag() local 2576 u8 seq = ihost->io_request_sequence[tci]; in isci_alloc_tag() 2578 return ISCI_TAG(seq, tci); in isci_alloc_tag() 2586 u16 tci = ISCI_TAG_TCI(io_tag); in isci_free_tag() local 2593 if (seq == ihost->io_request_sequence[tci]) { in isci_free_tag() 2594 ihost->io_request_sequence[tci] = (seq+1) & (SCI_MAX_SEQ-1); in isci_free_tag() [all …]
|
/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 144 u32 tci:16; /* Tag to Insert */ member 158 u32 tci:16; /* Tag to Insert */ member 259 u32 tci:16; /* Tag stripped */ member 267 u32 tci:16; /* Tag stripped */ member
|
D | vmxnet3_drv.c | 1178 gdesc->txd.tci = skb_vlan_tag_get(skb); in vmxnet3_tq_xmit() 1641 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rcd->tci); in vmxnet3_rq_rx_complete()
|
/drivers/net/ethernet/marvell/prestera/ |
D | prestera_rxtx.c | 255 u16 tci = dsa.vlan.vid & VLAN_VID_MASK; in prestera_rxtx_process_skb() local 257 tci |= dsa.vlan.vpt << VLAN_PRIO_SHIFT; in prestera_rxtx_process_skb() 259 tci |= VLAN_CFI_MASK; in prestera_rxtx_process_skb() 261 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tci); in prestera_rxtx_process_skb()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_sp_commands.c | 341 outer_tag_config->outer_tag.tci = cpu_to_le16(p_hwfn->hw_info.ovlan); in qed_sp_pf_start() 363 outer_tag_config->outer_tag.tci |= in qed_sp_pf_start() 412 sb, sb_index, outer_tag_config->outer_tag.tci); in qed_sp_pf_start()
|
D | qed_hsi.h | 1107 __le16 tci; member
|
/drivers/net/ethernet/netronome/nfp/flower/ |
D | offload.c | 82 __be16 tci; member 616 merge->tci = cpu_to_be16(0xffff); in nfp_flower_update_merge_with_actions() 619 merge->tci = cpu_to_be16(0); in nfp_flower_update_merge_with_actions() 717 merge->tci = meta_tci->tci; in nfp_flower_populate_merge_match() 1141 if (meta_tci->tci & cpu_to_be16(NFP_FLOWER_MASK_VLAN_PRESENT)) { in nfp_flower_validate_pre_tun_rule() 1142 u16 vlan_tci = be16_to_cpu(meta_tci->tci); in nfp_flower_validate_pre_tun_rule()
|
D | match.c | 46 ext->tci |= cpu_to_be16((key_tci & msk_tci)); in nfp_flower_compile_tci() 47 msk->tci |= cpu_to_be16(msk_tci); in nfp_flower_compile_tci()
|
D | cmsg.h | 277 __be16 tci; member
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 3890 struct virtchnl_tc_info *tci = in i40e_vc_add_qch_msg() local 3920 if (!tci->num_tc || tci->num_tc > I40E_MAX_VF_VSI) { in i40e_vc_add_qch_msg() 3923 vf->vf_id, tci->num_tc, I40E_MAX_VF_VSI); in i40e_vc_add_qch_msg() 3929 for (i = 0; i < tci->num_tc; i++) in i40e_vc_add_qch_msg() 3930 if (!tci->list[i].count || in i40e_vc_add_qch_msg() 3931 tci->list[i].count > I40E_DEFAULT_QUEUES_PER_VF) { in i40e_vc_add_qch_msg() 3934 vf->vf_id, i, tci->list[i].count, in i40e_vc_add_qch_msg() 3967 vf->num_tc = tci->num_tc; in i40e_vc_add_qch_msg() 3969 if (tci->list[i].max_tx_rate) { in i40e_vc_add_qch_msg() 3970 if (tci->list[i].max_tx_rate > speed) { in i40e_vc_add_qch_msg() [all …]
|
/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_macsec.c | 351 sc_rec.tci |= BIT(1); in aq_set_txsc() 353 sc_rec.tci |= BIT(2); in aq_set_txsc() 355 sc_rec.tci |= BIT(3); in aq_set_txsc() 357 sc_rec.tci |= BIT(4); in aq_set_txsc() 362 sc_rec.tci |= BIT(0); in aq_set_txsc()
|
/drivers/soc/fsl/qe/ |
D | ucc_slow.c | 271 if (us_info->tci) in ucc_slow_init()
|
D | ucc_fast.c | 242 if (uf_info->tci) in ucc_fast_init()
|