Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc.h1558 atomic_t rx_max_read_cnt; /* Maximum read bytes */ member
A Dlpfc_scsi.c3979 if (size > atomic_read(&phba->rx_max_read_cnt)) in lpfc_update_cmf_cmd()
3980 atomic_set(&phba->rx_max_read_cnt, size); in lpfc_update_cmf_cmd()
A Dlpfc_init.c6022 max_read = atomic_xchg(&phba->rx_max_read_cnt, 0); in lpfc_cmf_timer()

Completed in 50 milliseconds