Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1383 u8 i, first_idx, last_idx, *p_tx_max; in qed_ll2_acquire_connection() local
1430 p_tx_max = &p_ll2_info->input.tx_max_bds_per_packet; in qed_ll2_acquire_connection()
1431 if (*p_tx_max == 0) in qed_ll2_acquire_connection()
1432 *p_tx_max = CORE_LL2_TX_MAX_BDS_PER_PACKET; in qed_ll2_acquire_connection()
1434 *p_tx_max = min_t(u8, *p_tx_max, in qed_ll2_acquire_connection()