Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_mgmt.c185 i = phba->nxt_cqid++; in mgmt_open_connection()
186 if (phba->nxt_cqid == phba->num_cpus) in mgmt_open_connection()
187 phba->nxt_cqid = 0; in mgmt_open_connection()
Dbe_main.h285 unsigned int nxt_cqid; member