Home
last modified time | relevance | path

Searched refs:cq_phase (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c299 if ((sf_p & 1) != funq->cq_phase) in __fun_process_cq()
307 funq->cq_phase = !funq->cq_phase; in __fun_process_cq()
331 funq->cqid, new_cqes, max, funq->cq_head, funq->cq_phase); in __fun_process_cq()
453 funq->cq_phase = 1; in fun_alloc_queue()
H A Dfun_queue.h82 u8 cq_phase; member
/linux/drivers/nvme/host/
H A Dapple.c148 u8 cq_phase; member
604 return (le16_to_cpu(READ_ONCE(hcqe->status)) & 1) == q->cq_phase; in apple_nvme_cqe_pending()
646 q->cq_phase ^= 1; in apple_nvme_update_cq_head()
1013 q->cq_phase = 1; in apple_nvme_init_queue()
1392 q->cq_phase = 1; in apple_nvme_queue_alloc()
H A Dpci.c382 u8 cq_phase; member
1512 return (le16_to_cpu(READ_ONCE(hcqe->status)) & 1) == nvmeq->cq_phase; in nvme_cqe_pending()
1572 nvmeq->cq_phase ^= 1; in nvme_update_cq_head()
2124 nvmeq->cq_phase = 1; in nvme_alloc_queue()
2159 nvmeq->cq_phase = 1; in nvme_init_queue()