Searched refs:p_tx_max (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 1357 u8 i, first_idx, last_idx, *p_tx_max; in qed_ll2_acquire_connection() local 1404 p_tx_max = &p_ll2_info->input.tx_max_bds_per_packet; in qed_ll2_acquire_connection() 1405 if (*p_tx_max == 0) in qed_ll2_acquire_connection() 1406 *p_tx_max = CORE_LL2_TX_MAX_BDS_PER_PACKET; in qed_ll2_acquire_connection() 1408 *p_tx_max = min_t(u8, *p_tx_max, in qed_ll2_acquire_connection()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 1383 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()
|
Completed in 7 milliseconds