Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c2334 uint8_t *resp_buf = (uint8_t *)csio->data_ptr; in storvsc_io_done() local
2342 resp_buf_len = resp_xfer_len >= 5 ? resp_buf[4] + 5 : 0; in storvsc_io_done()
2348 resp_buf[0], resp_buf[1], resp_buf[2], in storvsc_io_done()
2349 resp_buf[3], resp_buf[4]); in storvsc_io_done()
2376 (resp_buf[2] == 0 || resp_buf[3] == 0)) { in storvsc_io_done()
2377 resp_buf[2] = SCSI_REV_SPC3; in storvsc_io_done()
2378 resp_buf[3] = 2; // resp fmt must be 2 in storvsc_io_done()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dusb.c554 u8 resp_val, u8 *resp_buf, in ath10k_usb_ctrl_msg_exchange() argument
566 if (resp_buf) { in ath10k_usb_ctrl_msg_exchange()
568 resp_buf, *resp_len); in ath10k_usb_ctrl_msg_exchange()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c5201 uint8_t *resp_buf; in iwx_send_cmd() local
5209 resp_buf = malloc(hcmd->resp_pkt_len, M_DEVBUF, in iwx_send_cmd()
5211 if (resp_buf == NULL) in iwx_send_cmd()
5213 sc->sc_cmd_resp_pkt[idx] = resp_buf; in iwx_send_cmd()