/drivers/sh/intc/ |
D | virq.c | 57 int tagged; in intc_irq_lookup() local 68 tagged = radix_tree_tag_get(&d->tree, enum_id, in intc_irq_lookup() 70 if (unlikely(tagged)) in intc_irq_lookup()
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 22 This is an upper bound value for the number of tagged transactions 32 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
D | Kconfig.aic7xxx | 27 This is an upper bound value for the number of tagged transactions 37 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
D | aic7xxx.seq | 63 * this list every time a request sense occurs or after completing a non-tagged 266 * If this is a tagged request, the tagged message must 467 * If we are the result of a tagged command, send 1810 * Determine whether a target is using tagged or non-tagged 1814 * this must be a tagged transaction. 1875 * SCB. With SCB paging, we must search for non-tagged
|
D | aic79xx.seq | 1092 * Determine whether a target is using tagged or non-tagged 1095 * transaction for this target, this must be a tagged transaction.
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_qos.c | 365 u8 tagged; member 529 ((((u16)(sid->tagged) & 0x3) << 14) in enetc_streamid_hw_set() 534 ((((u16)(sid->tagged) & 0x3) << 14) in enetc_streamid_hw_set() 1167 filter->sid.tagged = STREAMID_VLAN_UNTAGGED; in enetc_psfp_parse_clsflower() 1169 filter->sid.tagged = STREAMID_VLAN_TAGGED; in enetc_psfp_parse_clsflower() 1172 filter->sid.tagged = STREAMID_VLAN_ALL; in enetc_psfp_parse_clsflower()
|
/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_prs.c | 527 bool tagged, bool extend) in mvpp2_prs_dsa_tag_set() argument 533 tid = tagged ? MVPP2_PE_EDSA_TAGGED : MVPP2_PE_EDSA_UNTAGGED; in mvpp2_prs_dsa_tag_set() 536 tid = tagged ? MVPP2_PE_DSA_TAGGED : MVPP2_PE_DSA_UNTAGGED; in mvpp2_prs_dsa_tag_set() 552 if (tagged) { in mvpp2_prs_dsa_tag_set() 594 bool add, bool tagged, bool extend) in mvpp2_prs_dsa_tag_ethertype_set() argument 600 tid = tagged ? MVPP2_PE_ETYPE_EDSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set() 605 tid = tagged ? MVPP2_PE_ETYPE_DSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set() 633 if (tagged) { in mvpp2_prs_dsa_tag_ethertype_set()
|
/drivers/net/phy/mscc/ |
D | mscc_macsec.c | 377 if (flow->match.tagged) in vsc8584_macsec_flow() 670 flow->match.tagged = 1; in vsc8584_macsec_default_flows() 714 flow->match.tagged = 1; in __vsc8584_macsec_add_rxsa()
|
D | mscc_macsec.h | 94 u8 tagged:1; member
|
/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 1446 u16 vid, bool tagged, in mlx5_vdpa_add_mac_vlan_rules() argument 1475 if (tagged) { in mlx5_vdpa_add_mac_vlan_rules() 1515 static u64 search_val(u8 *mac, u16 vlan, bool tagged) in search_val() argument 1519 if (!tagged) in search_val() 1546 static int mac_vlan_add(struct mlx5_vdpa_net *ndev, u8 *mac, u16 vlan, bool tagged) // vlan -> vid in mac_vlan_add() argument 1553 val = search_val(mac, vlan, tagged); in mac_vlan_add() 1561 err = mlx5_vdpa_add_mac_vlan_rules(ndev, ndev->config.mac, vlan, tagged, in mac_vlan_add() 1576 static void mac_vlan_del(struct mlx5_vdpa_net *ndev, u8 *mac, u16 vlan, bool tagged) in mac_vlan_del() argument 1580 ptr = mac_vlan_lookup(ndev, search_val(mac, vlan, tagged)); in mac_vlan_del()
|
/drivers/scsi/ |
D | Kconfig | 943 int "Default tagged command queue depth" 949 that support tagged command queueing. This value can be changed 959 that can be queued to any device, when tagged command queuing is 1014 int "default tagged command queue depth" 1045 that can be queued to any device, when tagged command queuing is 1052 are able to take advantage of more than 32 tagged commands.
|
/drivers/scsi/bfa/ |
D | bfa_fcs.h | 672 u32 tagged; /* tagged receive frames */ member
|
D | bfa_fcs.c | 1535 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv()
|
/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1428 int tagged; in build_term_codes() local 1444 tagged = (opcode == FW_RI_RDMA_WRITE) || in build_term_codes() 1478 if (tagged) { in build_term_codes() 1518 if (tagged) { in build_term_codes()
|
/drivers/net/ethernet/mscc/ |
D | ocelot_vcap.c | 381 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_VLAN_TAGGED, tag->tagged); in is2_entry_set() 697 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_VLAN_TAGGED, tag->tagged); in is1_entry_set()
|
/drivers/firmware/efi/ |
D | Kconfig | 69 EFI_MEMORY_SP in UEFI 2.8). A memory range tagged with this
|