Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/liquidio/base/
H A Dlio_request_manager.c208 if ((request_buf->reqtype == LIO_REQTYPE_NORESP_NET) || in lio_delete_instr_queue()
385 int reqtype) in __lio_add_to_request_list() argument
389 iq->request_list[idx].reqtype = reqtype; in __lio_add_to_request_list()
402 int reqtype; in lio_process_iq_request_list() local
405 reqtype = iq->request_list[old].reqtype; in lio_process_iq_request_list()
408 if (reqtype == LIO_REQTYPE_NONE) in lio_process_iq_request_list()
411 switch (reqtype) { in lio_process_iq_request_list()
453 __func__, reqtype, buf, old); in lio_process_iq_request_list()
457 iq->request_list[old].reqtype = 0; in lio_process_iq_request_list()
584 uint32_t datasize, uint32_t reqtype) in lio_send_command() argument
[all …]
H A Dlio_iq.h71 uint32_t reqtype; member
325 uint32_t datasize, uint32_t reqtype);
H A Dlio_ctrl.c49 ndata->buf, ndata->datasize, ndata->reqtype)); in lio_send_data_pkt()
H A Dlio_ctrl.h94 uint32_t reqtype; member
/freebsd-14.2/sys/cam/ctl/
H A Dctl_ioctl.h459 ctl_lunreq_type reqtype; member
557 ctl_req_type reqtype; member
H A Dctl_frontend_ioctl.c312 switch (req->reqtype) { in cfi_ioctl()
322 "Unsupported request type %d", req->reqtype); in cfi_ioctl()
H A Dctl_backend_ramdisk.c828 switch (lun_req->reqtype) { in ctl_backend_ramdisk_ioctl()
842 lun_req->reqtype); in ctl_backend_ramdisk_ioctl()
H A Dctl_frontend_iscsi.c2302 switch (req->reqtype) { in cfiscsi_ioctl()
2312 "Unsupported request type %d", req->reqtype); in cfiscsi_ioctl()
H A Dctl_backend_block.c1850 switch (lun_req->reqtype) { in ctl_be_block_ioctl()
1864 lun_req->reqtype); in ctl_be_block_ioctl()
H A Dctl.c1914 ireq.reqtype = CTL_LUNREQ_MODIFY; in ctl_ha_role_sysctl()
/freebsd-14.2/sys/dev/liquidio/
H A Dlio_rxtx.c147 ndata.reqtype = LIO_REQTYPE_NORESP_NET; in lio_xmit()
183 ndata.reqtype = LIO_REQTYPE_NORESP_NET_SG; in lio_xmit()
/freebsd-14.2/lib/libnetmap/
H A Dlibnetmap.h483 void nmreq_header_init(struct nmreq_header *hdr, uint16_t reqtype, void *body);
H A Dnmreq.c95 nmreq_header_init(struct nmreq_header *h, uint16_t reqtype, void *body) in nmreq_header_init() argument
99 h->nr_reqtype = reqtype; in nmreq_header_init()
/freebsd-14.2/usr.sbin/ctld/
H A Dkernel.c710 req.reqtype = CTL_LUNREQ_CREATE; in kernel_lun_add()
817 req.reqtype = CTL_LUNREQ_MODIFY; in kernel_lun_modify()
899 req.reqtype = CTL_LUNREQ_RM; in kernel_lun_remove()
1055 req.reqtype = CTL_REQ_CREATE; in kernel_port_add()
1223 req.reqtype = CTL_REQ_REMOVE; in kernel_port_remove()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c149 if (grant->reqtype == MT7921_ROC_REQ_ROC) in mt7921_mcu_uni_roc_event()
612 u8 reqtype; in mt7921_mcu_set_roc() member
622 .reqtype = type, in mt7921_mcu_set_roc()
H A Dmt7921.h72 u8 reqtype; member
/freebsd-14.2/usr.sbin/ctladm/
H A Dctladm.c597 req.reqtype = CTL_REQ_REMOVE; in cctl_port()
602 req.reqtype = CTL_REQ_CREATE; in cctl_port()
2498 req.reqtype = CTL_LUNREQ_CREATE; in cctl_create_lun()
2637 req.reqtype = CTL_LUNREQ_RM; in cctl_rm_lun()
2756 req.reqtype = CTL_LUNREQ_MODIFY; in cctl_modify_lun()
/freebsd-14.2/sys/dev/netmap/
H A Dnetmap.c3611 nmreq_getoption(struct nmreq_header *hdr, uint16_t reqtype) in nmreq_getoption() argument
3620 return opt_tab[reqtype]; in nmreq_getoption()