Searched refs:resp_hdr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1457 struct iscsi_login_rsp *resp_hdr; in bnx2i_process_login_resp() local 1468 resp_hdr = (struct iscsi_login_rsp *) &bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_login_resp() 1469 memset(resp_hdr, 0, sizeof(struct iscsi_hdr)); in bnx2i_process_login_resp() 1470 resp_hdr->opcode = login->op_code; in bnx2i_process_login_resp() 1471 resp_hdr->flags = login->response_flags; in bnx2i_process_login_resp() 1472 resp_hdr->max_version = login->version_max; in bnx2i_process_login_resp() 1473 resp_hdr->active_version = login->version_active; in bnx2i_process_login_resp() 1474 resp_hdr->hlength = 0; in bnx2i_process_login_resp() 1476 hton24(resp_hdr->dlength, login->data_length); in bnx2i_process_login_resp() 1477 memcpy(resp_hdr->isid, &login->isid_lo, 6); in bnx2i_process_login_resp() [all …]
|
D | bnx2i.h | 200 struct iscsi_hdr resp_hdr; member
|
/linux-4.1.27/net/nfc/nci/ |
D | spi.c | 185 unsigned char req[2], resp_hdr[2]; in __nci_spi_read() local 201 rx.rx_buf = resp_hdr; in __nci_spi_read() 211 rx_len = ((resp_hdr[0] & NCI_SPI_MSB_PAYLOAD_MASK) << 8) + in __nci_spi_read() 212 resp_hdr[1] + NCI_SPI_CRC_LEN; in __nci_spi_read() 214 rx_len = (resp_hdr[0] << 8) | resp_hdr[1]; in __nci_spi_read() 234 *skb_push(skb, 1) = resp_hdr[1]; in __nci_spi_read() 235 *skb_push(skb, 1) = resp_hdr[0]; in __nci_spi_read()
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 348 const struct amt_host_if_msg_header *resp_hdr, in amt_verify_response_header() argument 353 } else if (response_size != (resp_hdr->length + in amt_verify_response_header() 356 } else if (resp_hdr->command != command) { in amt_verify_response_header() 358 } else if (resp_hdr->_reserved != 0) { in amt_verify_response_header() 360 } else if (resp_hdr->version.major != AMT_MAJOR_VERSION || in amt_verify_response_header() 361 resp_hdr->version.minor < AMT_MINOR_VERSION) { in amt_verify_response_header()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 156 struct be_cmd_resp_hdr *resp_hdr) in be_async_cmd_process() argument 161 if (resp_hdr) { in be_async_cmd_process() 162 opcode = resp_hdr->opcode; in be_async_cmd_process() 163 subsystem = resp_hdr->subsystem; in be_async_cmd_process() 193 (void *)resp_hdr; in be_async_cmd_process() 208 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local 218 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process() 219 if (resp_hdr) { in be_mcc_compl_process() 220 opcode = resp_hdr->opcode; in be_mcc_compl_process() 221 subsystem = resp_hdr->subsystem; in be_mcc_compl_process() [all …]
|
D | be_cmds.h | 335 struct be_cmd_resp_hdr resp_hdr; member 1181 struct be_cmd_resp_hdr resp_hdr; member 1495 struct be_cmd_resp_hdr resp_hdr; member
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 324 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local 343 resp_hdr = (struct be_cmd_resp_hdr *) hdr; in be_mcc_compl_process() 344 if (resp_hdr->response_length) in be_mcc_compl_process()
|
D | be_cmds.h | 278 struct be_cmd_resp_hdr resp_hdr; member 864 struct be_cmd_resp_hdr resp_hdr; member
|