Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1250 u8 i, *p_tx_max; in ecore_ll2_acquire_connection() local
1299 p_tx_max = &p_ll2_info->input.tx_max_bds_per_packet; in ecore_ll2_acquire_connection()
1300 if (*p_tx_max == 0) in ecore_ll2_acquire_connection()
1301 *p_tx_max = CORE_LL2_TX_MAX_BDS_PER_PACKET; in ecore_ll2_acquire_connection()
1303 *p_tx_max = OSAL_MIN_T(u8, *p_tx_max, in ecore_ll2_acquire_connection()