Home
last modified time | relevance | path

Searched refs:reqtype (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/sys/dev/liquidio/base/
H A Dlio_request_manager.c218 if ((request_buf->reqtype == LIO_REQTYPE_NORESP_NET) || in lio_delete_instr_queue()
395 int reqtype) in __lio_add_to_request_list() argument
399 iq->request_list[idx].reqtype = reqtype; in __lio_add_to_request_list()
413 int reqtype; in lio_process_iq_request_list() local
416 reqtype = iq->request_list[old].reqtype; in lio_process_iq_request_list()
420 if (reqtype == LIO_REQTYPE_NONE) in lio_process_iq_request_list()
423 switch (reqtype) { in lio_process_iq_request_list()
465 __func__, reqtype, buf, old); in lio_process_iq_request_list()
469 iq->request_list[old].reqtype = 0; in lio_process_iq_request_list()
596 uint32_t datasize, uint32_t reqtype) in lio_send_command() argument
[all …]
H A Dlio_iq.h72 uint32_t reqtype; member
326 uint32_t datasize, uint32_t reqtype);
H A Dlio_ctrl.c50 ndata->buf, ndata->datasize, ndata->reqtype)); in lio_send_data_pkt()
H A Dlio_ctrl.h95 uint32_t reqtype; member
/freebsd-12.1/sys/cam/ctl/
H A Dctl_ioctl.h457 ctl_lunreq_type reqtype; member
554 ctl_req_type reqtype; member
H A Dctl_frontend_ioctl.c314 switch (req->reqtype) { in cfi_ioctl()
324 "Unsupported request type %d", req->reqtype); in cfi_ioctl()
H A Dctl_backend_ramdisk.c857 switch (lun_req->reqtype) { in ctl_backend_ramdisk_ioctl()
871 lun_req->reqtype); in ctl_backend_ramdisk_ioctl()
H A Dctl_frontend_iscsi.c2259 switch (req->reqtype) { in cfiscsi_ioctl()
2269 "Unsupported request type %d", req->reqtype); in cfiscsi_ioctl()
H A Dctl_backend_block.c1789 switch (lun_req->reqtype) { in ctl_be_block_ioctl()
1803 lun_req->reqtype); in ctl_be_block_ioctl()
H A Dctl.c1841 ireq.reqtype = CTL_LUNREQ_MODIFY; in ctl_ha_role_sysctl()
/freebsd-12.1/sys/dev/liquidio/
H A Dlio_rxtx.c148 ndata.reqtype = LIO_REQTYPE_NORESP_NET; in lio_xmit()
184 ndata.reqtype = LIO_REQTYPE_NORESP_NET_SG; in lio_xmit()
/freebsd-12.1/usr.sbin/ctld/
H A Dkernel.c669 req.reqtype = CTL_LUNREQ_CREATE; in kernel_lun_add()
774 req.reqtype = CTL_LUNREQ_MODIFY; in kernel_lun_modify()
830 req.reqtype = CTL_LUNREQ_RM; in kernel_lun_remove()
984 req.reqtype = CTL_REQ_CREATE; in kernel_port_add()
1150 req.reqtype = CTL_REQ_REMOVE; in kernel_port_remove()
/freebsd-12.1/usr.sbin/ctladm/
H A Dctladm.c585 req.reqtype = CTL_REQ_REMOVE; in cctl_port()
589 req.reqtype = CTL_REQ_CREATE; in cctl_port()
2470 req.reqtype = CTL_LUNREQ_CREATE; in cctl_create_lun()
2609 req.reqtype = CTL_LUNREQ_RM; in cctl_rm_lun()
2728 req.reqtype = CTL_LUNREQ_MODIFY; in cctl_modify_lun()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap.c3312 nmreq_getoption(struct nmreq_header *hdr, uint16_t reqtype) in nmreq_getoption() argument
3320 return opt_tab[reqtype]; in nmreq_getoption()