Searched refs:tagged (Results 1 – 12 of 12) sorted by relevance
/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 | 21 This is an upper bound value for the number of tagged transactions 31 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
D | Kconfig.aic7xxx | 26 This is an upper bound value for the number of tagged transactions 36 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/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 533 int tagged = 0; in build_term_codes() local 544 tagged = (opcode == T3_RDMA_WRITE) || in build_term_codes() 579 if (tagged) { in build_term_codes() 619 if (tagged) { in build_term_codes()
|
/drivers/scsi/arm/ |
D | Kconfig | 16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
|
/drivers/scsi/ |
D | Kconfig | 657 bool "enable tagged command queueing" 682 only if you have disks with buggy or limited tagged command support. 1047 int "Default tagged command queue depth" 1053 that support tagged command queueing. This value can be changed 1063 that can be queued to any device, when tagged command queuing is 1128 int "default tagged command queue depth" 1159 that can be queued to any device, when tagged command queuing is 1166 are able to take advantage of more than 32 tagged commands.
|
/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 1539 bool tagged, bool extend) in mvpp2_prs_dsa_tag_set() argument 1545 tid = tagged ? MVPP2_PE_EDSA_TAGGED : MVPP2_PE_EDSA_UNTAGGED; in mvpp2_prs_dsa_tag_set() 1548 tid = tagged ? MVPP2_PE_DSA_TAGGED : MVPP2_PE_DSA_UNTAGGED; in mvpp2_prs_dsa_tag_set() 1569 if (tagged) { in mvpp2_prs_dsa_tag_set() 1598 bool add, bool tagged, bool extend) in mvpp2_prs_dsa_tag_ethertype_set() argument 1604 tid = tagged ? MVPP2_PE_ETYPE_EDSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set() 1609 tid = tagged ? MVPP2_PE_ETYPE_DSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set() 1638 if (tagged) { in mvpp2_prs_dsa_tag_ethertype_set()
|
/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1023 int tagged; in build_term_codes() local 1039 tagged = (opcode == FW_RI_RDMA_WRITE) || in build_term_codes() 1073 if (tagged) { in build_term_codes() 1113 if (tagged) { in build_term_codes()
|
/drivers/scsi/bfa/ |
D | bfa_fcs.h | 683 u32 tagged; /* tagged receive frames */ member
|
D | bfa_fcs.c | 1668 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv()
|