Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1354 u8 i, first_idx, last_idx, *p_tx_max; in qed_ll2_acquire_connection() local
1401 p_tx_max = &p_ll2_info->input.tx_max_bds_per_packet; in qed_ll2_acquire_connection()
1402 if (*p_tx_max == 0) in qed_ll2_acquire_connection()
1403 *p_tx_max = CORE_LL2_TX_MAX_BDS_PER_PACKET; in qed_ll2_acquire_connection()
1405 *p_tx_max = min_t(u8, *p_tx_max, in qed_ll2_acquire_connection()