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

  /src/sys/dev/pci/
if_skvar.h 129 struct sk_tx_desc sk_tx_ring[SK_TX_RING_CNT];
156 sizeof(struct sk_tx_desc) * (SK_TX_RING_CNT - __x),\
164 SK_CDTXOFF((__x)), sizeof(struct sk_tx_desc) * __n, (ops)); \
if_sk.c 215 static void sk_dump_txdesc(struct sk_tx_desc *, int);
749 sizeof(struct sk_tx_desc) * SK_TX_RING_CNT);
1841 struct sk_tx_desc *f = NULL;
1920 struct sk_tx_desc *desc;
2114 struct sk_tx_desc *cur_tx;
3009 sk_dump_txdesc(struct sk_tx_desc *desc, int idx)
if_skreg.h 1661 struct sk_tx_desc { struct

Completed in 18 milliseconds