Home
last modified time | relevance | path

Searched refs:pending_head (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/
H A D3w-xxxx.c1277 tw_dev->pending_head = TW_Q_START; in tw_initialize_device_extension()
1324 tw_dev->pending_head = TW_Q_START; in tw_reset_device_extension()
2055 request_id = tw_dev->pending_queue[tw_dev->pending_head]; in DEF_SCSI_QCMD()
2061 if (tw_dev->pending_head == TW_Q_LENGTH-1) { in DEF_SCSI_QCMD()
2062 tw_dev->pending_head = TW_Q_START; in DEF_SCSI_QCMD()
2064 tw_dev->pending_head = tw_dev->pending_head + 1; in DEF_SCSI_QCMD()
H A D3w-xxxx.h414 unsigned char pending_head; member
H A D3w-9xxx.h665 unsigned char pending_head; member
H A D3w-9xxx.c1200 tw_dev->pending_head = TW_Q_START; in twa_initialize_device_extension()
1273 request_id = tw_dev->pending_queue[tw_dev->pending_head]; in twa_interrupt()
1280 tw_dev->pending_head = (tw_dev->pending_head + 1) % TW_Q_LENGTH; in twa_interrupt()
1615 tw_dev->pending_head = TW_Q_START; in twa_reset_device_extension()