Searched refs:tb_m (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dif_dwxe.c253 struct mbuf *tb_m; member in struct:dwxe_buf
941 if (txb->tb_m) {
946 m_freem(txb->tb_m);
947 txb->tb_m = NULL;
999 KASSERT(rxb->tb_m);
1009 m = rxb->tb_m;
1010 rxb->tb_m = NULL;
1051 txb->tb_m = NULL;
1077 rxb->tb_m = NULL;
1164 if (txb->tb_m) {
[all...]
H A Dif_dwge.c244 struct mbuf *tb_m; member in struct:dwge_buf
1040 if (txb->tb_m) {
1045 m_freem(txb->tb_m);
1046 txb->tb_m = NULL;
1097 KASSERT(rxb->tb_m);
1103 m = rxb->tb_m;
1104 rxb->tb_m = NULL;
1156 txb->tb_m = NULL;
1186 rxb->tb_m = NULL;
1272 if (txb->tb_m) {
[all...]
H A Dif_mvneta.c126 struct mbuf *tb_m; member in struct:mvneta_buf
1006 sc->sc_txbuf[prod].tb_m = m;
1141 txb->tb_m = NULL;
1158 rxb->tb_m = NULL;
1331 if (txb->tb_m) {
1335 m_freem(txb->tb_m);
1345 if (rxb->tb_m) {
1349 m_freem(rxb->tb_m);
1441 m = rxb->tb_m;
1442 rxb->tb_m
[all...]
/openbsd-current/sys/dev/ic/
H A Ddwqevar.h31 struct mbuf *tb_m; member in struct:dwqe_buf
H A Ddwqe.c688 if (txb->tb_m) {
693 m_freem(txb->tb_m);
694 txb->tb_m = NULL;
820 KASSERT(rxb->tb_m);
826 m = rxb->tb_m;
827 rxb->tb_m = NULL;
881 txb->tb_m = NULL;
906 rxb->tb_m = NULL;
1083 if (txb->tb_m) {
1087 m_freem(txb->tb_m);
[all...]

Completed in 148 milliseconds