Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c2331 uint8_t *resp_buf = (uint8_t *)csio->data_ptr; in storvsc_io_done() local
2339 resp_buf_len = resp_xfer_len >= 5 ? resp_buf[4] + 5 : 0; in storvsc_io_done()
2345 resp_buf[0], resp_buf[1], resp_buf[2], in storvsc_io_done()
2346 resp_buf[3], resp_buf[4]); in storvsc_io_done()
2373 (resp_buf[2] == 0 || resp_buf[3] == 0)) { in storvsc_io_done()
2374 resp_buf[2] = SCSI_REV_SPC3; in storvsc_io_done()
2375 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()