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

/freebsd-11-stable/sys/net/
H A Dif_var.h627 int if_setsendqlen(if_t ifp, int tx_desc_count);
H A Dif.c4237 if_setsendqlen(if_t ifp, int tx_desc_count) argument
4239 IFQ_SET_MAXLEN(&((struct ifnet *)ifp)->if_snd, tx_desc_count);
4240 ((struct ifnet *)ifp)->if_snd.ifq_drv_maxlen = tx_desc_count;

Completed in 78 milliseconds