Searched refs:max_ios (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/snic/
H A Dsnic_main.c67 u32 qdepth = 0, max_ios = 0; local
71 max_ios = snic_max_qdepth;
72 qdepth = min_t(u32, max_ios, SNIC_MAX_QUEUE_DEPTH);
352 u32 max_ios = 0; local
495 max_ios = snic->config.io_throttle_count;
496 if (max_ios != SNIC_UCSM_DFLT_THROTTLE_CNT_BLD)
498 max_t(u32, SNIC_MIN_IO_REQ, max_ios));
/linux-master/io_uring/
H A Dio_uring.c2400 unsigned int max_ios)
2403 state->need_plug = max_ios > 2;
2404 state->submit_nr = max_ios;
2399 io_submit_state_start(struct io_submit_state *state, unsigned int max_ios) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h928 u32 max_ios; member in struct:fcoe_cap_stc

Completed in 115 milliseconds