Searched refs:tg_pend_data_len (Results 1 – 1 of 1) sorted by relevance
3129 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0, data_len_blks = 0; in mpi3mr_process_op_reply_desc() local3204 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()3208 (tg_pend_data_len <= tg->low))) { in mpi3mr_process_op_reply_desc()3224 tg_pend_data_len = atomic_read(&tg->pend_large_data_sz); in mpi3mr_process_op_reply_desc()3225 if (tg->io_divert && (tg_pend_data_len <= tg->low)) { in mpi3mr_process_op_reply_desc()4718 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0; in mpi3mr_qcmd() local4845 tg_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()4849 (tg_pend_data_len >= tg->high))) { in mpi3mr_qcmd()