Searched defs:resp_hdr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c73 static int pcp_recv_resp_msg_hdr(pcp_resp_msg_hdr_t *resp_hdr);
982 pcp_recv_resp_msg_hdr(pcp_resp_msg_hdr_t *resp_hdr) argument
997 if (resp_hdr == NULL) {
1104 /* copy to resp_hdr */
1106 resp_hdr->magic_num = magic_num;
1107 resp_hdr->proto_ver = proto_ver;
1108 resp_hdr->msg_type = msg_type;
1109 resp_hdr->sub_type = sub_type;
1110 resp_hdr->rsvd_pad = rsvd_pad;
1111 resp_hdr
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c654 struct pf_vf_msg_hdr * resp_hdr = vf_info->pf_vf_response.response_virt_addr; local
659 resp_hdr->opcode = requst_hdr->opcode;
660 resp_hdr->status = SW_PFVF_STATUS_WAITING;
667 resp_hdr->status = SW_PFVF_STATUS_MISMATCH_PF_VF_VERSION;
675 resp_hdr->opcode_ver = PFVF_ACQUIRE_VER;
678 resp_hdr->status = SW_PFVF_STATUS_FAILURE;
684 resp_hdr->status = SW_PFVF_STATUS_NOT_SUPPORTED;
695 resp_hdr->opcode_ver = PFVF_INIT_VF_VER;
698 resp_hdr->status = SW_PFVF_STATUS_FAILURE;
703 resp_hdr
824 struct pf_vf_msg_hdr * resp_hdr = vf_info->pf_vf_response.response_virt_addr; local
1367 struct pf_vf_msg_hdr * resp_hdr = NULL; local
1393 struct pfvf_tlv * resp_hdr = NULL; local
[all...]
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c221 tsal_pcp_resp_msg_hdr_t *resp_hdr);
1385 tsal_pcp_resp_msg_hdr_t *resp_hdr)
1400 if (resp_hdr == NULL) {
1503 /* copy to resp_hdr */
1505 resp_hdr->magic_num = magic_num;
1506 resp_hdr->proto_ver = proto_ver;
1507 resp_hdr->msg_type = msg_type;
1508 resp_hdr->sub_type = sub_type;
1509 resp_hdr->rsvd_pad = rsvd_pad;
1510 resp_hdr
1384 tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc, tsal_pcp_resp_msg_hdr_t *resp_hdr) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c13029 fc_ct_header_t resp_hdr; local
13045 FC_GET_RSP(port, pkt->pkt_resp_acc, (uint8_t *)&resp_hdr,
13046 (uint8_t *)pkt->pkt_resp, sizeof (resp_hdr),
13050 * On x86 architectures, make sure the resp_hdr is big endian.
13055 MAKE_BE_32(&resp_hdr);
13061 bcopy(&resp_hdr, &ns_cmd->ns_resp_hdr,
13062 sizeof (resp_hdr));
13065 if (resp_hdr.ct_cmdrsp == FS_RJT_IU) {
13067 pkt->pkt_reason = resp_hdr.ct_reason;
13068 pkt->pkt_expln = resp_hdr
[all...]

Completed in 74 milliseconds