Searched refs:rx_max_read_cnt (Results 1 – 3 of 3) sorted by relevance
1556 atomic_t rx_max_read_cnt; /* Maximum read bytes */ member
3959 if (size > atomic_read(&phba->rx_max_read_cnt)) in lpfc_update_cmf_cmd()3960 atomic_set(&phba->rx_max_read_cnt, size); in lpfc_update_cmf_cmd()
5947 max_read = atomic_xchg(&phba->rx_max_read_cnt, 0); in lpfc_cmf_timer()