Searched refs:resp_hdr (Results 1 – 4 of 4) sorted by relevance
71 static int pcp_recv_resp_msg_hdr(pcp_resp_msg_hdr_t *resp_hdr);980 pcp_recv_resp_msg_hdr(pcp_resp_msg_hdr_t *resp_hdr) in pcp_recv_resp_msg_hdr() argument995 if (resp_hdr == NULL) { in pcp_recv_resp_msg_hdr()1104 resp_hdr->magic_num = magic_num; in pcp_recv_resp_msg_hdr()1105 resp_hdr->proto_ver = proto_ver; in pcp_recv_resp_msg_hdr()1106 resp_hdr->msg_type = msg_type; in pcp_recv_resp_msg_hdr()1107 resp_hdr->sub_type = sub_type; in pcp_recv_resp_msg_hdr()1108 resp_hdr->rsvd_pad = rsvd_pad; in pcp_recv_resp_msg_hdr()1109 resp_hdr->xid = xid; in pcp_recv_resp_msg_hdr()1110 resp_hdr->timeout = timeout; in pcp_recv_resp_msg_hdr()[all …]
654 struct pf_vf_msg_hdr * resp_hdr = vf_info->pf_vf_response.response_virt_addr; in lm_pf_process_standard_request() local659 resp_hdr->opcode = requst_hdr->opcode; in lm_pf_process_standard_request()660 resp_hdr->status = SW_PFVF_STATUS_WAITING; in lm_pf_process_standard_request()667 resp_hdr->status = SW_PFVF_STATUS_MISMATCH_PF_VF_VERSION; in lm_pf_process_standard_request()675 resp_hdr->opcode_ver = PFVF_ACQUIRE_VER; in lm_pf_process_standard_request()678 resp_hdr->status = SW_PFVF_STATUS_FAILURE; in lm_pf_process_standard_request()684 resp_hdr->status = SW_PFVF_STATUS_NOT_SUPPORTED; in lm_pf_process_standard_request()695 resp_hdr->opcode_ver = PFVF_INIT_VF_VER; in lm_pf_process_standard_request()698 resp_hdr->status = SW_PFVF_STATUS_FAILURE; in lm_pf_process_standard_request()703 resp_hdr->status = SW_PFVF_STATUS_NOT_SUPPORTED; in lm_pf_process_standard_request()[all …]
221 tsal_pcp_resp_msg_hdr_t *resp_hdr);1385 tsal_pcp_resp_msg_hdr_t *resp_hdr) in tsal_pcp_recv_resp_msg_hdr() argument1400 if (resp_hdr == NULL) { in tsal_pcp_recv_resp_msg_hdr()1505 resp_hdr->magic_num = magic_num; in tsal_pcp_recv_resp_msg_hdr()1506 resp_hdr->proto_ver = proto_ver; in tsal_pcp_recv_resp_msg_hdr()1507 resp_hdr->msg_type = msg_type; in tsal_pcp_recv_resp_msg_hdr()1508 resp_hdr->sub_type = sub_type; in tsal_pcp_recv_resp_msg_hdr()1509 resp_hdr->rsvd_pad = rsvd_pad; in tsal_pcp_recv_resp_msg_hdr()1510 resp_hdr->xid = xid; in tsal_pcp_recv_resp_msg_hdr()1511 resp_hdr->timeout = timeout; in tsal_pcp_recv_resp_msg_hdr()[all …]
13033 fc_ct_header_t resp_hdr; in fp_ns_intr() local13049 FC_GET_RSP(port, pkt->pkt_resp_acc, (uint8_t *)&resp_hdr, in fp_ns_intr()13050 (uint8_t *)pkt->pkt_resp, sizeof (resp_hdr), in fp_ns_intr()13059 MAKE_BE_32(&resp_hdr); in fp_ns_intr()13065 bcopy(&resp_hdr, &ns_cmd->ns_resp_hdr, in fp_ns_intr()13066 sizeof (resp_hdr)); in fp_ns_intr()13069 if (resp_hdr.ct_cmdrsp == FS_RJT_IU) { in fp_ns_intr()13071 pkt->pkt_reason = resp_hdr.ct_reason; in fp_ns_intr()13072 pkt->pkt_expln = resp_hdr.ct_expln; in fp_ns_intr()13099 cmd_hdr.ct_cmdrsp, resp_hdr.ct_cmdrsp); in fp_ns_intr()[all …]