Searched refs:rxb_free (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.c1259 ha->hw.sds[i].rxb_free = NULL;
1392 ha->hw.sds[i].rxb_free = NULL;
H A Dqla_hw.h720 void *rxb_free; member in struct:_qla_sds
H A Dqla_isr.c105 rxb->next = sdsp->rxb_free;
106 sdsp->rxb_free = rxb;
220 rxb = sdsp->rxb_free;
225 sdsp->rxb_free = rxb->next;
244 rxb->next = sdsp->rxb_free;
245 sdsp->rxb_free = rxb;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1742 rxb_free(struct mbuf *m, void *arg1, void *arg2) function
1821 m_extaddref(m, payload, blen, &clm->refcount, rxb_free,
1840 rxb_free, swz->zone, sd->cl);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c110 rxb->next = sdsp->rxb_free;
111 sdsp->rxb_free = rxb;
269 rxb->next = sdsp->rxb_free;
270 sdsp->rxb_free = rxb;
940 rxb = sdsp->rxb_free;
945 sdsp->rxb_free = rxb->next;
964 rxb->next = sdsp->rxb_free;
965 sdsp->rxb_free = rxb;
H A Dql_os.c1946 ha->hw.sds[i].rxb_free = NULL;
1971 ha->hw.sds[i].rxb_free = NULL;
H A Dql_hw.h1489 void *rxb_free; member in struct:_qla_sds
H A Dql_def.h203 qla_rx_buf_t *rxb_free; member in struct:qla_host
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h181 qla_rx_buf_t *rxb_free; member in struct:qla_rx_ring

Completed in 139 milliseconds