Searched refs:response (Results 351 - 362 of 362) sorted by relevance

<<1112131415

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c271 * @mad: Datagram that will be sent as response to DM_ATTR_CLASS_PORT_INFO.
291 * @mad: Datagram that will be sent as response to DM_ATTR_IOU_INFO.
318 * @mad: Datagram that will be sent as response to DM_ATTR_IOC_PROFILE.
381 * @mad: Datagram that will be sent as response to DM_ATTR_SVC_ENTRIES.
421 * @rsp_mad: response MAD.
1356 * srpt_build_cmd_rsp - build a SRP_RSP response
1358 * @ioctx: I/O context associated with the SRP_CMD request. The response will
1361 * @tag: tag of the request for which this response is being generated.
1364 * Returns the size in bytes of the SRP_RSP response.
1366 * An SRP_RSP response contain
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h372 /* ISP request and response entry counts (37-65535) */
377 #define RESPONSE_ENTRY_CNT_83XX 4096 /* Number of response entries.*/
378 #define RESPONSE_ENTRY_CNT_2100 64 /* Number of response entries.*/
379 #define RESPONSE_ENTRY_CNT_2300 512 /* Number of response entries.*/
380 #define RESPONSE_ENTRY_CNT_MQ 128 /* Number of response entries.*/
382 #define RESPONSE_ENTRY_CNT_FX00 256 /* Number of response entries.*/
1192 #define MBA_RIO_RESPONSE 0x8040 /* RIO response queue update. */
1193 #define MBA_ZIO_RESPONSE 0x8040 /* ZIO response queue update. */
1957 * ISP queue - response queue entry definition.
2164 uint8_t rsp_info[8]; /* FCP response informatio
3176 __be16 response; member in struct:ct_rsp_hdr
3193 uint16_t response; member in struct:ct_sns_gpnft_rsp::__anon205
[all...]
H A Dqla_gs.c101 * @rsp_size: response size in bytes
144 if (ct_rsp->header.response !=
147 "%s failed rejected request on port_id: %02x%02x%02x Completion status 0x%x, response 0x%x\n",
150 comp_status, ct_rsp->header.response);
966 * @data_size: response size in bytes
1395 * @rsp_size: response size in bytes
1432 * @rsp_size: response size in bytes
1485 * @rsp_size: response size in bytes
3094 "%s: Failed to allocate ct_sns response.\n",
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c305 * wake up parameters. When this command complete, the response contain
932 /* Get the response iocb from the head of work queue */
1897 * response to port status register polling attention. It waits for port
6655 * response to a CVL event.
6705 * response to a FCF dead event.
10208 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
10209 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
11093 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
11094 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
11711 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
[all...]
H A Dlpfc_bsg.c276 * @rspiocbq: Pointer to response iocb.
284 * This function copies the contents of the response iocb to the
285 * response iocb memory object provided by the caller of
535 * @rspiocbq: Pointer to response iocb.
543 * This function copies the contents of the response iocb to the
544 * response iocb memory object provided by the caller of
689 * and response to ensure if the job times out and the request is freed,
1342 * @rspiocbq: Pointer to response iocb.
1350 * This function copy the contents of the response iocb to the
1351 * response ioc
[all...]
H A Dlpfc_hbadisc.c2234 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
2236 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
H A Dlpfc_els.c143 * @expect_rsp: flag indicating whether response is expected.
159 * payload and response payload (if expected). The reference count on the
227 /* Allocate buffer for response payload */
306 /* Xmit ELS response <elsCmd> to remote NPORT <did> */
308 "0117 Xmit ELS response x%x to remote "
560 * in FLOGI/FDISC response is cleared and FCID/Fabric portname/ Fabric
587 * Word 1 Bit 31 in FLOGI response is clean address bit
607 * @ulp_word4: command response value
612 * from the IOCB response. It also check the newly assigned N_Port ID to the
686 "response dat
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h1357 * @cpu_cmd_status_to_host_reg: register address for CPU command status response
1385 * struct fw_response - FW response to LKD command
1398 * @response: FW to LKD response
1406 struct fw_response response; member in struct:dynamic_fw_load_mgr
1454 * @cpu_timeout: CPU response timeout in usec
1550 * @send_heartbeat: send is-alive packet to CPU-CP and verify response.
/linux-master/drivers/perf/
H A Dxgene_pmu.c349 XGENE_PMU_EVENT_ATTR(mcu-rd-response, 0x18),
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1198 hdr->response = csol_cqe->i_resp;
1223 hdr->response = csol_cqe->i_resp;
1419 * d. Login response
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_types.c1474 {FNAME("response") CHOICE, 5, 19, 24, DECODE | EXT,
1475 offsetof(MultimediaSystemControlMessage, response),
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1631 priv->reply_agg_tx_stats.response);

Completed in 400 milliseconds

<<1112131415