Searched refs:be_cq_notify (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c257 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm, u16 num_popped) function
2854 be_cq_notify(adapter, rx_cq->id, true, 0);
2858 be_cq_notify(adapter, rx_cq->id, false, 1);
2865 be_cq_notify(adapter, rx_cq->id, false, 0);
2893 be_cq_notify(adapter, txo->cq.id, false, cmpl);
3250 be_cq_notify(adapter, rx_cq->id, true, work_done);
3278 be_cq_notify(adapter, txo->cq.id, true, work_done);
3815 be_cq_notify(adapter, rxo->cq.id, true, 0);
3818 be_cq_notify(adapter, txo->cq.id, true, 0);
H A Dbe.h964 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
H A Dbe_cmds.c533 be_cq_notify(adapter, adapter->mcc_obj.cq.id, true, 0);
544 be_cq_notify(adapter, adapter->mcc_obj.cq.id, false, 0);
569 be_cq_notify(adapter, mcc_obj->cq.id, mcc_obj->rearm_cq, num);

Completed in 182 milliseconds