Searched refs:tg_pend_data_len (Results 1 – 1 of 1) sorted by relevance
3076 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0, data_len_blks = 0; in mpi3mr_process_op_reply_desc() local3151 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()3155 (tg_pend_data_len <= tg->low))) { in mpi3mr_process_op_reply_desc()3171 tg_pend_data_len = atomic_read(&tg->pend_large_data_sz); in mpi3mr_process_op_reply_desc()3172 if (tg->io_divert && (tg_pend_data_len <= tg->low)) { in mpi3mr_process_op_reply_desc()4604 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0; in mpi3mr_qcmd() local4717 tg_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()4721 (tg_pend_data_len >= tg->high))) { in mpi3mr_qcmd()