Searched refs:tagged (Results 1 – 14 of 14) 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/scsi/arm/ |
D | Kconfig | 16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 614 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/ |
D | scsi.c | 869 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()
|
D | Kconfig | 730 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/ |
D | aic7xxx.seq | 54 * 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/ |
D | qp.c | 829 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/ |
D | mptscsih.c | 2330 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/ |
D | bfa_fcs.h | 667 u32 tagged; /* tagged receive frames */ member
|
D | bfa_fcs.c | 1717 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv()
|