Home
last modified time | relevance | path

Searched refs:csio_wr_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_wr.h493 int csio_wr_get(struct csio_hw *, int, uint32_t,
H A Dcsio_scsi.c262 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_cmd()
489 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_read()
526 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_write()
680 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_abrt_cls()
H A Dcsio_wr.c863 csio_wr_get(struct csio_hw *hw, int qidx, uint32_t size, in csio_wr_get() function
H A Dcsio_lnode.c1754 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp); in csio_ln_mgmt_submit_wr()