Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme-fc-driver.h564 void *lsreqbuf, u32 lsreqbuf_len);
1029 void *lsreqbuf, u32 lsreqbuf_len);
/linux/drivers/nvme/target/
H A Dfc.c2039 * @lsreqbuf: pointer to the buffer containing the LS Request
2046 void *lsreqbuf, u32 lsreqbuf_len) in nvmet_fc_rcv_ls_req() argument
2050 struct fcnvme_ls_rqst_w0 *w0 = (struct fcnvme_ls_rqst_w0 *)lsreqbuf; in nvmet_fc_rcv_ls_req()
2081 memcpy(iod->rqstbuf, lsreqbuf, lsreqbuf_len); in nvmet_fc_rcv_ls_req()
/linux/drivers/nvme/host/
H A Dfc.c1687 * @lsreqbuf: pointer to the buffer containing the LS Request
1693 void *lsreqbuf, u32 lsreqbuf_len) in nvme_fc_rcv_ls_req() argument
1697 struct fcnvme_ls_rqst_w0 *w0 = (struct fcnvme_ls_rqst_w0 *)lsreqbuf; in nvme_fc_rcv_ls_req()
1753 memcpy(lsop->rqstbuf, lsreqbuf, lsreqbuf_len); in nvme_fc_rcv_ls_req()