Home
last modified time | relevance | path

Searched refs:sqhd (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dfc.c136 __le16 sqhd; member
1722 queue->sqhd = 0; /* best place to init value */ in nvmet_fc_ls_create_association()
1817 queue->sqhd = 0; /* best place to init value */ in nvmet_fc_ls_create_connection()
2130 queue_90percent_full(struct nvmet_fc_tgt_queue *q, u32 sqhd) in queue_90percent_full() argument
2137 used = (sqtail < sqhd) ? (sqtail + q->sqsize - sqhd) : (sqtail - sqhd); in queue_90percent_full()
2467 fod->queue->sqhd = cqe->sq_head; in __nvmet_fc_fcp_nvme_cmd_done()
2478 cqe->sq_head = fod->queue->sqhd; /* echo last cqe sqhd */ in __nvmet_fc_fcp_nvme_cmd_done()
H A Dcore.c704 old_sqhd = READ_ONCE(req->sq->sqhd); in nvmet_update_sq_head()
707 } while (!try_cmpxchg(&req->sq->sqhd, &old_sqhd, new_sqhd)); in nvmet_update_sq_head()
709 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head()
779 sq->sqhd = 0; in nvmet_sq_setup()
H A Dnvmet.h109 u32 sqhd; member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c946 uint16_t cid, sqhd, data; in lpfc_nvme_io_cmd_cmpl() local
1024 sqhd = bf_get(lpfc_wcqe_c_sqhead, wcqe); in lpfc_nvme_io_cmd_cmpl()
1035 ep->cqe.sq_head = sqhd; in lpfc_nvme_io_cmd_cmpl()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c182 if (info->sqhd == cpu_to_be16(0xffff)) { in fun_complete_admin_cmd()
H A Dfun_hci.h1034 __be16 sqhd; member