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