Searched refs:be_cq_notify (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 257 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm, u16 num_popped) in be_cq_notify() function 2854 be_cq_notify(adapter, rx_cq->id, true, 0); in be_rx_cq_clean() 2858 be_cq_notify(adapter, rx_cq->id, false, 1); in be_rx_cq_clean() 2865 be_cq_notify(adapter, rx_cq->id, false, 0); in be_rx_cq_clean() 2893 be_cq_notify(adapter, txo->cq.id, false, cmpl); in be_tx_compl_clean() 3250 be_cq_notify(adapter, rx_cq->id, true, work_done); in be_process_rx() 3278 be_cq_notify(adapter, txo->cq.id, true, work_done); in be_process_tx() 3815 be_cq_notify(adapter, rxo->cq.id, true, 0); in be_open() 3818 be_cq_notify(adapter, txo->cq.id, true, 0); in be_open()
|
H A D | be.h | 964 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
|
H A D | be_cmds.c | 533 be_cq_notify(adapter, adapter->mcc_obj.cq.id, true, 0); in be_async_mcc_enable() 544 be_cq_notify(adapter, adapter->mcc_obj.cq.id, false, 0); in be_async_mcc_disable() 569 be_cq_notify(adapter, mcc_obj->cq.id, mcc_obj->rearm_cq, num); in be_process_mcc()
|