Searched refs:ql_get_mbuf (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_glbl.h49 extern int ql_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp);
H A Dql_os.c1874 if (!(ret = ql_get_mbuf(ha, rxb, NULL))) {
1885 "%s: ql_get_mbuf [%d, %d] failed\n",
1979 ql_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp) function
H A Dql_isr.c948 if (ql_get_mbuf(ha, rxb, NULL) == 0) {

Completed in 123 milliseconds