Lines Matching refs:nvmet_fc_ls_iod
28 struct nvmet_fc_ls_iod { /* for an LS RQST RCV */ struct
103 struct nvmet_fc_ls_iod *iod;
166 struct nvmet_fc_ls_iod *rcv_disconn;
176 nvmet_fc_iodnum(struct nvmet_fc_ls_iod *iodptr) in nvmet_fc_iodnum()
256 struct nvmet_fc_ls_iod *iod);
536 struct nvmet_fc_ls_iod *iod; in nvmet_fc_alloc_ls_iodlist()
539 iod = kcalloc(NVMET_LS_CTX_COUNT, sizeof(struct nvmet_fc_ls_iod), in nvmet_fc_alloc_ls_iodlist()
586 struct nvmet_fc_ls_iod *iod = tgtport->iod; in nvmet_fc_free_ls_iodlist()
599 static struct nvmet_fc_ls_iod *
602 struct nvmet_fc_ls_iod *iod; in nvmet_fc_alloc_ls_iod()
607 struct nvmet_fc_ls_iod, ls_rcv_list); in nvmet_fc_alloc_ls_iod()
617 struct nvmet_fc_ls_iod *iod) in nvmet_fc_free_ls_iod()
1172 struct nvmet_fc_ls_iod *oldls; in nvmet_fc_target_assoc_free()
1646 struct nvmet_fc_ls_iod *iod) in nvmet_fc_ls_create_association()
1737 struct nvmet_fc_ls_iod *iod) in nvmet_fc_ls_create_connection()
1827 struct nvmet_fc_ls_iod *iod) in nvmet_fc_ls_disconnect()
1834 struct nvmet_fc_ls_iod *oldls = NULL; in nvmet_fc_ls_disconnect()
1920 struct nvmet_fc_ls_iod *iod = lsrsp->nvme_fc_private; in nvmet_fc_xmt_ls_rsp_done()
1931 struct nvmet_fc_ls_iod *iod) in nvmet_fc_xmt_ls_rsp()
1948 struct nvmet_fc_ls_iod *iod) in nvmet_fc_handle_ls_rqst()
1996 struct nvmet_fc_ls_iod *iod = in nvmet_fc_handle_ls_rqst_work()
1997 container_of(work, struct nvmet_fc_ls_iod, work); in nvmet_fc_handle_ls_rqst_work()
2029 struct nvmet_fc_ls_iod *iod; in nvmet_fc_rcv_ls_req()