Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 14 of 14) sorted by relevance

/drivers/sh/intc/
Dvirq.c57 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/
DKconfig.aic79xx21 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.
DKconfig.aic7xxx26 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.
Daic7xxx.seq63 * 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
Daic79xx.seq1092 * Determine whether a target is using tagged or non-tagged
1095 * transaction for this target, this must be a tagged transaction.
/drivers/scsi/arm/
DKconfig16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
/drivers/infiniband/hw/cxgb3/
Diwch_qp.c614 int tagged = 0; in build_term_codes() local
625 tagged = (opcode == T3_RDMA_WRITE) || in build_term_codes()
660 if (tagged) { in build_term_codes()
700 if (tagged) { in build_term_codes()
/drivers/scsi/
Dscsi.c869 void scsi_adjust_queue_depth(struct scsi_device *sdev, int tagged, int tags) in scsi_adjust_queue_depth() argument
897 switch (tagged) { in scsi_adjust_queue_depth()
DKconfig730 bool "enable tagged command queueing"
755 only if you have disks with buggy or limited tagged command support.
1128 int "Default tagged command queue depth"
1134 that support tagged command queueing. This value can be changed
1144 that can be queued to any device, when tagged command queuing is
1208 int "default tagged command queue depth"
1239 that can be queued to any device, when tagged command queuing is
1246 are able to take advantage of more than 32 tagged commands.
1462 bool "enable tagged command queueing"
1487 only if you have disks with buggy or limited tagged command support.
/drivers/scsi/aic7xxx_old/
Daic7xxx.seq54 * this list every time a request sense occurs or after completing a non-tagged
964 * SCB. With SCB paging, this requires using search for both tagged
965 * and non-tagged transactions since the SCB may exist in any slot.
1217 * Determine whether a target is using tagged or non-tagged transactions
1221 * returned in ARG_1 (SCB_LIST_NULL for tagged, SCBID for non-tagged).
/drivers/infiniband/hw/cxgb4/
Dqp.c829 int tagged; in build_term_codes() local
845 tagged = (opcode == FW_RI_RDMA_WRITE) || in build_term_codes()
879 if (tagged) { in build_term_codes()
919 if (tagged) { in build_term_codes()
/drivers/message/fusion/
Dmptscsih.c2330 int tagged; in mptscsih_change_queue_depth() local
2356 tagged = 0; in mptscsih_change_queue_depth()
2358 tagged = MSG_SIMPLE_TAG; in mptscsih_change_queue_depth()
2360 scsi_adjust_queue_depth(sdev, tagged, qdepth); in mptscsih_change_queue_depth()
/drivers/scsi/bfa/
Dbfa_fcs.h667 u32 tagged; /* tagged receive frames */ member
Dbfa_fcs.c1717 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv()