Searched refs:tag_type (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/
H A Dqla1280.h755 uint8_t tag_type; /* Received queue tag message type */ member in struct:notify_entry
802 uint8_t tag_type; /* Received queue tag message type */ member in struct:atio_entry
825 uint8_t tag_type; /* Received queue tag message type */ member in struct:ctio_entry
858 uint8_t tag_type; /* Received queue tag message type */ member in struct:ctio_ret_entry
888 uint8_t tag_type; /* Received queue tag message type */ member in struct:ctio_a64_entry
918 uint8_t tag_type; /* Received queue tag message type */ member in struct:ctio_a64_ret_entry
H A Dscsi_sysfs.c813 int tag_type = 0, retval; local
820 tag_type = MSG_ORDERED_TAG;
822 tag_type = MSG_SIMPLE_TAG;
826 if (tag_type == prev_tag_type)
829 retval = sht->change_queue_type(sdev, tag_type);
H A D53c700.c2096 static int NCR_700_change_queue_type(struct scsi_device *SDp, int tag_type) argument
2098 int change_tag = ((tag_type ==0 && scsi_get_tag_type(SDp) != 0)
2099 || (tag_type != 0 && scsi_get_tag_type(SDp) == 0));
2103 scsi_set_tag_type(SDp, tag_type);
2112 if (!tag_type) {
2127 return tag_type;
H A Dipr.c4106 * @tag_type: type of tags to use
4111 static int ipr_change_queue_type(struct scsi_device *sdev, int tag_type) argument
4126 scsi_set_tag_type(sdev, tag_type);
4128 if (tag_type)
4133 tag_type = 0;
4135 tag_type = 0;
4138 return tag_type;
/drivers/staging/octeon/
H A Dethernet-tx.c576 work->tag_type = CVMX_HELPER_INPUT_TAG_TYPE;
657 cvmx_pow_work_submit(work, work->tag, work->tag_type, work->qos,
/drivers/scsi/libfc/
H A Dfc_fcp.c2192 * @tag_type: Identifier for queue type
2194 int fc_change_queue_type(struct scsi_device *sdev, int tag_type) argument
2197 scsi_set_tag_type(sdev, tag_type);
2198 if (tag_type)
2203 tag_type = 0;
2205 return tag_type;
/drivers/scsi/arm/
H A Dacornscsi.c1750 unsigned int tag_type; local
1755 tag_type = HEAD_OF_QUEUE_TAG;
1757 tag_type = SIMPLE_QUEUE_TAG;
1758 msgqueue_addmsg(&host->scsi.msgs, 2, tag_type, host->SCpnt->tag);
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2853 * @tag_type: type of tags to use
2858 static int ibmvfc_change_queue_type(struct scsi_device *sdev, int tag_type) argument
2861 scsi_set_tag_type(sdev, tag_type);
2863 if (tag_type)
2868 tag_type = 0;
2870 return tag_type;
/drivers/scsi/qla2xxx/
H A Dqla_os.c1413 qla2x00_change_queue_type(struct scsi_device *sdev, int tag_type) argument
1416 scsi_set_tag_type(sdev, tag_type);
1417 if (tag_type)
1422 tag_type = 0;
1424 return tag_type;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c1248 * @tag_type: requested tag type
1253 _scsih_change_queue_type(struct scsi_device *sdev, int tag_type) argument
1256 scsi_set_tag_type(sdev, tag_type);
1257 if (tag_type)
1262 tag_type = 0;
1264 return tag_type;
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4084 int tag_type; local
4087 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4089 if (tag_type == MSG_SIMPLE_TASK) {
4099 devinfo->lun, tag_type == MSG_ORDERED_TASK
H A Daic79xx_core.c5617 int tag_type; local
5620 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
5622 if (tag_type == MSG_SIMPLE_TASK) {
5632 devinfo->lun, tag_type == MSG_ORDERED_TASK
/drivers/block/drbd/
H A Ddrbd_nl.c76 case pn: /* D_ASSERT( tag_type(tag) == TT_INTEGER ); */ \
80 case pn: /* D_ASSERT( tag_type(tag) == TT_INT64 ); */ \
84 case pn: /* D_ASSERT( tag_type(tag) == TT_BIT ); */ \
88 case pn: /* D_ASSERT( tag_type(tag) == TT_STRING ); */ \
2395 switch(tag_type(tag)) {

Completed in 1224 milliseconds