Home
last modified time | relevance | path

Searched refs:queue_tail_node (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe.h61 static inline void *queue_tail_node(struct be_queue_info *q) in queue_tail_node() function
H A Dbe_main.c696 eqe = queue_tail_node(eq); in be_isr_mcc()
708 eqe = queue_tail_node(eq); in be_isr_mcc()
771 eqe = queue_tail_node(eq); in be_isr()
784 eqe = queue_tail_node(eq); in be_isr()
1817 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()
1880 sol = queue_tail_node(cq); in beiscsi_process_cq()
2038 sol = queue_tail_node(cq); in beiscsi_process_cq()
2065 eqe = queue_tail_node(eq); in be_iopoll()
2070 eqe = queue_tail_node(eq); in be_iopoll()
3616 eqe = queue_tail_node(eq); in hwi_purge_eq()
[all …]
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h155 static inline void *queue_tail_node(struct be_queue_info *q) in queue_tail_node() function
H A Dbe_main.c2534 struct be_eth_rx_compl *compl = queue_tail_node(&rxo->cq); in be_rx_compl_get()
2714 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get()
2771 wrb = queue_tail_node(txq); in be_tx_compl_process()
2791 eqe = queue_tail_node(&eqo->q); in events_get()
H A Dbe_cmds.c520 struct be_mcc_compl *compl = queue_tail_node(mcc_cq); in be_mcc_compl_get()