Searched refs:wq_index (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c782 unsigned int wq_index = cq_index; local
786 spin_lock_irqsave(&fnic->wq_copy_lock[wq_index], flags);
790 fnic->fw_ack_index[wq_index] = request_out;
791 fnic->fw_ack_recd[wq_index] = 1;
796 spin_unlock_irqrestore(&fnic->wq_copy_lock[wq_index], flags);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1606 unsigned int wq_index = (napi - &enic->napi[0]) - enic->rq_count; local
1607 struct vnic_wq *wq = &enic->wq[wq_index];

Completed in 134 milliseconds