HomeSort by: relevance | last modified time | path
    Searched refs:msk_tx_desc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_mskvar.h 125 struct msk_tx_desc sk_tx_ring[MSK_TX_RING_CNT];
153 sizeof(struct msk_tx_desc) * (MSK_TX_RING_CNT - __x), \
161 MSK_CDTXOFF((__x)), sizeof(struct msk_tx_desc) * __n, (ops)); \
if_msk.c 140 static void msk_dump_txdesc(struct msk_tx_desc *, int);
490 struct msk_tx_desc *t;
492 memset(rd->sk_tx_ring, 0, sizeof(struct msk_tx_desc) * MSK_TX_RING_CNT);
1882 struct msk_tx_desc *f = NULL;
1991 struct msk_tx_desc *le;
2176 struct msk_tx_desc *cur_tx;
2783 msk_dump_txdesc(struct msk_tx_desc *le, int idx)
if_skreg.h 1708 struct msk_tx_desc { struct

Completed in 17 milliseconds