| /freebsd/sys/dev/liquidio/base/ |
| H A D | lio_request_manager.c | 208 if ((request_buf->reqtype == LIO_REQTYPE_NORESP_NET) || in lio_delete_instr_queue() 209 (request_buf->reqtype == LIO_REQTYPE_NORESP_NET_SG)) { 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() [all …]
|
| H A D | lio_iq.h | 71 uint32_t reqtype; member 325 uint32_t datasize, uint32_t reqtype);
|
| H A D | lio_ctrl.c | 49 ndata->buf, ndata->datasize, ndata->reqtype)); in lio_send_data_pkt()
|
| H A D | lio_ctrl.h | 94 uint32_t reqtype; member
|
| /freebsd/tools/tools/nvmf/nvmfd/ |
| H A D | ctl.c | 64 req.reqtype = CTL_REQ_CREATE; in init_ctl_port() 105 req.reqtype = CTL_REQ_REMOVE; in shutdown_ctl_port()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | usb.c | 15 void *data, u16 len, u8 reqtype) in rtw89_usb_vendorreq() argument 32 if (reqtype == RTW89_USB_VENQT_READ) { in rtw89_usb_vendorreq() 40 ret = usb_control_msg(udev, pipe, RTW89_USB_VENQT, reqtype, in rtw89_usb_vendorreq() 47 if (reqtype == RTW89_USB_VENQT_READ) in rtw89_usb_vendorreq() 58 reqtype == RTW89_USB_VENQT_READ ? "read" : "write", in rtw89_usb_vendorreq() 62 else if (ret > 0 && reqtype == RTW89_USB_VENQT_READ) in rtw89_usb_vendorreq()
|
| /freebsd/sys/dev/liquidio/ |
| H A D | lio_rxtx.c | 147 ndata.reqtype = LIO_REQTYPE_NORESP_NET; in lio_xmit() 183 ndata.reqtype = LIO_REQTYPE_NORESP_NET_SG; in lio_xmit()
|
| /freebsd/sys/cam/ctl/ |
| H A D | ctl_ioctl.h | 461 ctl_lunreq_type reqtype; member 559 ctl_req_type reqtype; member
|
| H A D | ctl_frontend_ioctl.c | 311 switch (req->reqtype) { in cfi_ioctl() 321 "Unsupported request type %d", req->reqtype); in cfi_ioctl()
|
| H A D | ctl_backend_ramdisk.c | 1022 switch (lun_req->reqtype) { in ctl_backend_ramdisk_ioctl() 1036 lun_req->reqtype); in ctl_backend_ramdisk_ioctl()
|
| H A D | ctl_frontend_iscsi.c | 2301 switch (req->reqtype) { in cfiscsi_ioctl() 2311 "Unsupported request type %d", req->reqtype); in cfiscsi_ioctl()
|
| H A D | ctl_backend_block.c | 2183 switch (lun_req->reqtype) { in ctl_be_block_ioctl() 2197 lun_req->reqtype); in ctl_be_block_ioctl()
|
| H A D | ctl.c | 1888 ireq.reqtype = CTL_LUNREQ_MODIFY; in ctl_ha_role_sysctl()
|
| /freebsd/usr.sbin/ctld/ |
| H A D | kernel.cc | 624 req.reqtype = CTL_LUNREQ_CREATE; in kernel_add() 694 req.reqtype = CTL_LUNREQ_MODIFY; in kernel_modify() 740 req.reqtype = CTL_LUNREQ_RM; in kernel_remove() 774 req.reqtype = CTL_REQ_CREATE; in ctl_create_port() 927 req.reqtype = CTL_REQ_REMOVE; in ctl_remove_port()
|
| /freebsd/lib/libnetmap/ |
| H A D | libnetmap.h | 483 void nmreq_header_init(struct nmreq_header *hdr, uint16_t reqtype, void *body);
|
| H A D | nmreq.c | 95 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/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mt7921.h | 78 u8 reqtype; member
|
| H A D | mcu.c | 159 if (grant->reqtype == MT7921_ROC_REQ_ROC) in mt7921_mcu_uni_roc_event() 803 u8 reqtype; in mt7921_mcu_set_roc() member 813 .reqtype = type, in mt7921_mcu_set_roc()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mt7925.h | 84 u8 reqtype; member
|
| H A D | mcu.h | 595 u8 reqtype; member
|
| H A D | mcu.c | 335 if (grant->reqtype == MT7925_ROC_REQ_ROC) in mt7925_mcu_roc_handle_grant() 337 else if (grant->reqtype == MT7925_ROC_REQ_JOIN) in mt7925_mcu_roc_handle_grant() 1333 req.roc[i].reqtype = type; in mt7925_mcu_set_mlo_roc() 1377 .reqtype = type, in mt7925_mcu_set_roc()
|
| /freebsd/sys/dev/nvmf/controller/ |
| H A D | ctl_frontend_nvmf.c | 1186 switch (req->reqtype) { in nvmft_ioctl() 1196 "Unsupported request type %d", req->reqtype); in nvmft_ioctl()
|
| /freebsd/usr.sbin/ctladm/ |
| H A D | ctladm.c | 602 req.reqtype = CTL_REQ_REMOVE; in cctl_port() 607 req.reqtype = CTL_REQ_CREATE; in cctl_port() 2503 req.reqtype = CTL_LUNREQ_CREATE; in cctl_create_lun() 2642 req.reqtype = CTL_LUNREQ_RM; in cctl_rm_lun() 2761 req.reqtype = CTL_LUNREQ_MODIFY; in cctl_modify_lun()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap.c | 3611 nmreq_getoption(struct nmreq_header *hdr, uint16_t reqtype) in nmreq_getoption() argument 3620 return opt_tab[reqtype]; in nmreq_getoption()
|