Searched refs:p_tx_max (Results 1 – 1 of 1) sorted by relevance
1340 u8 i, *p_tx_max; in qed_ll2_acquire_connection() local1385 p_tx_max = &p_ll2_info->input.tx_max_bds_per_packet; in qed_ll2_acquire_connection()1386 if (*p_tx_max == 0) in qed_ll2_acquire_connection()1387 *p_tx_max = CORE_LL2_TX_MAX_BDS_PER_PACKET; in qed_ll2_acquire_connection()1389 *p_tx_max = min_t(u8, *p_tx_max, in qed_ll2_acquire_connection()