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

/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c84 static inline void get_qids_from_mbuf(struct mbuf *m, int *, int *);
370 get_qids_from_mbuf(m, &txqid, &rxqid);
869 get_qids_from_mbuf(synqe->syn, &txqid, NULL);
957 get_qids_from_mbuf(struct mbuf *m, int *txqid, int *rxqid) function
1348 get_qids_from_mbuf(m, NULL, &rxqid);
1541 get_qids_from_mbuf(synqe->syn, &txqid, &rxqid);

Completed in 92 milliseconds