Searched refs:ring_eq_db (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 315 static inline void ring_eq_db(struct adapter *, struct sge_eq *, u_int); 2206 ring_eq_db(sc, eq, dbdiff); in drain_wrq_wr_list() 2219 ring_eq_db(sc, eq, dbdiff); in drain_wrq_wr_list() 3024 ring_eq_db(wrq->adapter, eq, ndesc); in commit_wrq_wr() 3288 ring_eq_db(sc, eq, dbdiff); in eth_tx() 3301 ring_eq_db(sc, eq, dbdiff); in eth_tx() 3335 ring_eq_db(sc, eq, n); in eth_tx() 6131 ring_eq_db(struct adapter *sc, struct sge_eq *eq, u_int n) in ring_eq_db() function
|