Searched refs:rsp_size (Results 1 – 9 of 9) sorted by relevance
1209 if (msg->rsp_size < 11) in handle_get_msg_rsp()1239 msg->rsp_size - 9); in handle_get_msg_rsp()1245 recv_msg->msg.data_len = msg->rsp_size - 10; in handle_get_msg_rsp()1264 if (msg->rsp_size < 10) in handle_get_msg_cmd()1333 recv_msg->msg.data_len = msg->rsp_size - 10; in handle_get_msg_cmd()1336 msg->rsp_size - 10); in handle_get_msg_cmd()1357 memcpy(recv_msg->msg_data, &(msg->rsp[3]), msg->rsp_size - 3); in copy_event_into_recv_msg()1359 recv_msg->msg.data_len = msg->rsp_size - 3; in copy_event_into_recv_msg()1375 if (msg->rsp_size < 19) { in handle_read_event_rsp()1493 msg->rsp_size - 2); in handle_bmc_rsp()[all …]
161 msg->rsp_size = 3; in return_hosed_msg()324 kcs_info->curr_msg->rsp_size in handle_transaction_done()381 kcs_info->curr_msg->rsp_size in handle_transaction_done()406 kcs_info->curr_msg->rsp_size in handle_transaction_done()
71 int rsp_size; member
91 int rsp_size; member
353 slots * (sizeof (fcp_cmd) + fc->rsp_size), in fcp_register()400 rsp = (fcp_rsp *) (fc->scsi_rsp_pool + fc->rsp_size * token); in fcp_scsi_receive()423 for (i = 0; i < fc->rsp_size; i+=4) in fcp_scsi_receive()
395 request->data[1].base = fc->dma_scsi_rsp + fcmd->token * fc->rsp_size; in soc_hw_enque()396 request->data[1].count = fc->rsp_size; in soc_hw_enque()
478 request->data[1].base = fc->dma_scsi_rsp + fcmd->token * fc->rsp_size; in socal_hw_enque()479 request->data[1].count = fc->rsp_size; in socal_hw_enque()
124 fc->rsp_size = 64; in fcal_detect()
143 fc->rsp_size = 64; in pluto_detect()