Home
last modified time | relevance | path

Searched refs:tx_max_q_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/dev/axgbe/
HDif_axgbe_pci.c524 pdata->tx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in axgbe_if_attach_pre()
531 pdata->tx_max_q_count, pdata->rx_max_q_count); in axgbe_if_attach_pre()
619 if (!pdata->tx_max_q_count) in axgbe_set_counts()
620 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in axgbe_set_counts()
643 pdata->tx_ring_count = min(pdata->tx_ring_count, pdata->tx_max_q_count); in axgbe_set_counts()
656 pdata->tx_max_q_count, pdata->rx_max_q_count); in axgbe_set_counts()
HDxgbe.h1126 unsigned int tx_max_q_count; member
HDxgbe-sysctl.c1087 tx = min(tx, pdata->tx_max_q_count); in sysctl_channels_handler()