Searched refs:malo_txrec (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c281 ic->ic_headroom = sizeof(struct malo_txrec) -
1041 struct malo_txrec *tr;
1112 if (hdrlen < sizeof(struct malo_txrec)) {
1113 const int space = sizeof(struct malo_txrec) - hdrlen;
1128 tr = mtod(m0, struct malo_txrec *);
1148 tr = mtod(m0, struct malo_txrec *);
1597 const struct malo_txrec *tr =
1598 mtod(bf->bf_m, const struct malo_txrec *);
H A Dif_malo.h512 struct malo_txrec { struct

Completed in 101 milliseconds