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

/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c86 static inline void get_qids_from_mbuf(struct mbuf *m, int *, int *);
373 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
1315 get_qids_from_mbuf(m, NULL, &rxqid);
1507 get_qids_from_mbuf(synqe->syn, &txqid, &rxqid);

Completed in 60 milliseconds