Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fnic/ !
Dfnic_scsi.c782 unsigned int wq_index = cq_index; in fnic_fcpio_ack_handler() local
786 spin_lock_irqsave(&fnic->wq_copy_lock[wq_index], flags); in fnic_fcpio_ack_handler()
790 fnic->fw_ack_index[wq_index] = request_out; in fnic_fcpio_ack_handler()
791 fnic->fw_ack_recd[wq_index] = 1; in fnic_fcpio_ack_handler()
796 spin_unlock_irqrestore(&fnic->wq_copy_lock[wq_index], flags); in fnic_fcpio_ack_handler()
/linux-6.12.1/drivers/net/ethernet/cisco/enic/ !
Denic_main.c1685 unsigned int wq_index = (napi - &enic->napi[0]) - enic->rq_count; in enic_poll_msix_wq() local
1686 struct vnic_wq *wq = &enic->wq[wq_index]; in enic_poll_msix_wq()