Searched defs:scsi_pkt_queue (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_fcp.c61 * The SCp.ptr should be tested and set under the scsi_pkt_queue lock
72 * @scsi_queue_lock: Protects the scsi_pkt_queue
73 * @scsi_pkt_queue: Current FCP packets
81 struct list_head scsi_pkt_queue; member in struct:fc_fcp_internal
1022 list_for_each_entry(fsp, &si->scsi_pkt_queue, list) {
1082 list_add_tail(&fsp->list, &si->scsi_pkt_queue);
2218 if (!list_empty(&si->scsi_pkt_queue))
2273 INIT_LIST_HEAD(&si->scsi_pkt_queue);

Completed in 16 milliseconds