Searched refs:rsp_buf (Results 1 - 20 of 20) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dwmi.h171 u8 *rsp_buf, u32 rsp_len,
H A Dwmi.c285 u8 *rsp_buf, u32 rsp_len,
320 wmi->cmd_rsp_buf = rsp_buf;
283 ath9k_wmi_cmd(struct wmi *wmi, enum wmi_cmd_id cmd_id, u8 *cmd_buf, u32 cmd_len, u8 *rsp_buf, u32 rsp_len, u32 timeout) argument
/drivers/target/iscsi/
H A Discsi_target_nego.c358 login->rsp_buf,
492 login->rsp_buf,
577 login->rsp_buf,
644 login->rsp_buf,
1032 login->rsp_buf = kzalloc(MAX_KEY_VALUE_PAIRS, GFP_KERNEL);
1033 if (!login->rsp_buf) {
1058 kfree(login->rsp_buf);
H A Discsi_target_core.h683 char *rsp_buf; member in struct:iscsi_login
/drivers/scsi/isci/
H A Dtask.h103 u8 rsp_buf[SSP_RESP_IU_MAX_SIZE]; member in union:isci_tmf::__anon4487
H A Drequest.h165 u8 rsp_buf[SSP_RESP_IU_MAX_SIZE]; member in union:isci_request::__anon4478::__anon4479::__anon4481
/drivers/staging/rts5139/
H A Dms.h232 (chip->rsp_buf[0] & MS_TRANSFER_ERR))
H A Drts51x_chip.c536 (void *)chip->rsp_buf, rsp_len,
598 *data = chip->rsp_buf[0];
812 *val = chip->rsp_buf[0];
814 RTS51X_DEBUGP("Return value: 0x%x\n", chip->rsp_buf[0]);
H A Dsd.h272 (chip->rsp_buf[0] & SD_TRANSFER_ERR))
H A Drts51x_chip.h790 u8 *rsp_buf; member in struct:rts51x_chip
852 memcpy(buf, chip->rsp_buf + offset, buf_len);
857 return chip->rsp_buf;
H A Dxd.c508 xd_dat = chip->rsp_buf[1];
509 xd_ctl = chip->rsp_buf[2];
1115 (chip->rsp_buf[2] & (XD_ECC1_ERROR | XD_ECC2_ERROR))) {
1294 xd_dat = chip->rsp_buf[1];
1295 xd_ctl = chip->rsp_buf[2];
1345 xd_dat = chip->rsp_buf[1];
H A Dms.c95 if (chip->rsp_buf[1] & MS_CRC16_ERR) {
100 if (CHK_MSPRO(ms_card) && !(chip->rsp_buf[1] & 0x80)) {
101 if (chip->rsp_buf[1] & (MS_INT_ERR | MS_INT_CMDNK)) {
109 if (chip->rsp_buf[1] & MS_RDY_TIMEOUT) {
190 ms_card->last_rw_int = val = chip->rsp_buf[1];
477 *int_stat = chip->rsp_buf[2];
3151 sec_cnt = chip->rsp_buf[0];
3157 val1 = chip->rsp_buf[1];
3163 val2 = chip->rsp_buf[2];
H A Drts51x.c660 chip->cmd_buf = chip->rsp_buf = rts51x->iobuf;
H A Dsd_cprm.c184 stat = chip->rsp_buf[1];
H A Drts51x_scsi.c1347 value = chip->rsp_buf[idx];
H A Dsd.c217 stat = chip->rsp_buf[1];
876 val = chip->rsp_buf[0];
/drivers/staging/rtl8712/
H A Drtl8712_cmd.c348 prspbuf = (unsigned int *)pcmdpriv->rsp_buf;
H A Drtl871x_cmd.h59 u8 *rsp_buf; /*shall be non-paged, and 4 bytes aligned*/ member in struct:cmd_priv
H A Drtl871x_cmd.c67 /* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */
78 pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 -
88 /* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */
/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1490 void *rsp_buf; local
1517 rsp_buf = tm_req->resp_buf;
1522 rsp_buf, num_rq);

Completed in 1053 milliseconds