Searched refs:request_out (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/fnic/
H A Dfcpio.h615 u16 request_out; /* last host entry received */ member in struct:fcpio_ack
H A Dfnic_scsi.c750 u16 request_out)
753 /* out of range, stale request_out index */
754 if (request_out < wq->to_clean_index ||
755 request_out >= wq->to_use_index)
758 /* out of range, stale request_out index */
759 if (request_out < wq->to_clean_index &&
760 request_out >= wq->to_use_index)
763 /* request_out index is in range */
779 u16 request_out = desc->u.ack.request_out; local
749 is_ack_index_in_range(struct vnic_wq_copy *wq, u16 request_out) argument
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_init.c90 ha->request_out = 0;
H A Dql4_def.h704 uint16_t request_out; member in struct:scsi_qla_host
H A Dql4_mbx.c646 init_fw_cb->rqq_consumer_idx = cpu_to_le16(ha->request_out);

Completed in 174 milliseconds