Home
last modified time | relevance | path

Searched refs:pending_queue (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/scsi/
D3w-xxxx.h407 unsigned char pending_queue[TW_Q_LENGTH]; member
D3w-9xxx.h655 unsigned char pending_queue[TW_Q_LENGTH]; member
D3w-xxxx.c387 tw_dev->pending_queue[tw_dev->pending_tail] = request_id; in tw_post_command_packet()
2087 request_id = tw_dev->pending_queue[tw_dev->pending_head]; in DEF_SCSI_QCMD()
D3w-9xxx.c1275 request_id = tw_dev->pending_queue[tw_dev->pending_head]; in twa_interrupt()
1567 tw_dev->pending_queue[tw_dev->pending_tail] = request_id; in twa_post_command_packet()
/linux-2.6.39/drivers/scsi/bnx2fc/
Dbnx2fc.h323 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1]; member