Lines Matching refs:header

42 	struct pldm_header_info header = { 0 };  in encode_rw_file_memory_resp()  local
43 header.msg_type = PLDM_RESPONSE; in encode_rw_file_memory_resp()
44 header.instance = instance_id; in encode_rw_file_memory_resp()
45 header.pldm_type = PLDM_OEM; in encode_rw_file_memory_resp()
46 header.command = command; in encode_rw_file_memory_resp()
47 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_rw_file_memory_resp()
72 struct pldm_header_info header = { 0 }; in encode_rw_file_memory_req() local
73 header.msg_type = PLDM_REQUEST; in encode_rw_file_memory_req()
74 header.instance = instance_id; in encode_rw_file_memory_req()
75 header.pldm_type = PLDM_OEM; in encode_rw_file_memory_req()
76 header.command = command; in encode_rw_file_memory_req()
77 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_rw_file_memory_req()
149 struct pldm_header_info header = { 0 }; in encode_get_file_table_resp() local
150 header.msg_type = PLDM_RESPONSE; in encode_get_file_table_resp()
151 header.instance = instance_id; in encode_get_file_table_resp()
152 header.pldm_type = PLDM_OEM; in encode_get_file_table_resp()
153 header.command = PLDM_GET_FILE_TABLE; in encode_get_file_table_resp()
154 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_file_table_resp()
181 struct pldm_header_info header = { 0 }; in encode_get_file_table_req() local
182 header.msg_type = PLDM_REQUEST; in encode_get_file_table_req()
183 header.instance = instance_id; in encode_get_file_table_req()
184 header.pldm_type = PLDM_OEM; in encode_get_file_table_req()
185 header.command = PLDM_GET_FILE_TABLE; in encode_get_file_table_req()
186 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_file_table_req()
274 struct pldm_header_info header = { 0 }; in encode_read_file_req() local
275 header.msg_type = PLDM_REQUEST; in encode_read_file_req()
276 header.instance = instance_id; in encode_read_file_req()
277 header.pldm_type = PLDM_OEM; in encode_read_file_req()
278 header.command = PLDM_READ_FILE; in encode_read_file_req()
279 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_read_file_req()
330 struct pldm_header_info header = { 0 }; in encode_read_file_resp() local
331 header.msg_type = PLDM_RESPONSE; in encode_read_file_resp()
332 header.instance = instance_id; in encode_read_file_resp()
333 header.pldm_type = PLDM_OEM; in encode_read_file_resp()
334 header.command = PLDM_READ_FILE; in encode_read_file_resp()
335 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_read_file_resp()
392 struct pldm_header_info header = { 0 }; in encode_write_file_req() local
393 header.msg_type = PLDM_REQUEST; in encode_write_file_req()
394 header.instance = instance_id; in encode_write_file_req()
395 header.pldm_type = PLDM_OEM; in encode_write_file_req()
396 header.command = PLDM_WRITE_FILE; in encode_write_file_req()
397 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_write_file_req()
443 struct pldm_header_info header = { 0 }; in encode_write_file_resp() local
444 header.msg_type = PLDM_RESPONSE; in encode_write_file_resp()
445 header.instance = instance_id; in encode_write_file_resp()
446 header.pldm_type = PLDM_OEM; in encode_write_file_resp()
447 header.command = PLDM_WRITE_FILE; in encode_write_file_resp()
448 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_write_file_resp()
500 struct pldm_header_info header = { 0 }; in encode_rw_file_by_type_memory_resp() local
501 header.msg_type = PLDM_RESPONSE; in encode_rw_file_by_type_memory_resp()
502 header.instance = instance_id; in encode_rw_file_by_type_memory_resp()
503 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_memory_resp()
504 header.command = command; in encode_rw_file_by_type_memory_resp()
505 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_rw_file_by_type_memory_resp()
530 struct pldm_header_info header = { 0 }; in encode_rw_file_by_type_memory_req() local
531 header.msg_type = PLDM_REQUEST; in encode_rw_file_by_type_memory_req()
532 header.instance = instance_id; in encode_rw_file_by_type_memory_req()
533 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_memory_req()
534 header.command = command; in encode_rw_file_by_type_memory_req()
535 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_rw_file_by_type_memory_req()
606 struct pldm_header_info header = { 0 }; in encode_new_file_resp() local
607 header.msg_type = PLDM_RESPONSE; in encode_new_file_resp()
608 header.instance = instance_id; in encode_new_file_resp()
609 header.pldm_type = PLDM_OEM; in encode_new_file_resp()
610 header.command = PLDM_NEW_FILE_AVAILABLE; in encode_new_file_resp()
611 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_new_file_resp()
632 struct pldm_header_info header = { 0 }; in encode_new_file_req() local
633 header.msg_type = PLDM_REQUEST; in encode_new_file_req()
634 header.instance = instance_id; in encode_new_file_req()
635 header.pldm_type = PLDM_OEM; in encode_new_file_req()
636 header.command = PLDM_NEW_FILE_AVAILABLE; in encode_new_file_req()
637 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_new_file_req()
708 struct pldm_header_info header = { 0 }; in encode_rw_file_by_type_resp() local
709 header.msg_type = PLDM_RESPONSE; in encode_rw_file_by_type_resp()
710 header.instance = instance_id; in encode_rw_file_by_type_resp()
711 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_resp()
712 header.command = command; in encode_rw_file_by_type_resp()
713 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_rw_file_by_type_resp()
742 struct pldm_header_info header = { 0 }; in encode_rw_file_by_type_req() local
743 header.msg_type = PLDM_REQUEST; in encode_rw_file_by_type_req()
744 header.instance = instance_id; in encode_rw_file_by_type_req()
745 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_req()
746 header.command = command; in encode_rw_file_by_type_req()
747 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_rw_file_by_type_req()
815 struct pldm_header_info header = { 0 }; in encode_file_ack_resp() local
816 header.msg_type = PLDM_RESPONSE; in encode_file_ack_resp()
817 header.instance = instance_id; in encode_file_ack_resp()
818 header.pldm_type = PLDM_OEM; in encode_file_ack_resp()
819 header.command = PLDM_FILE_ACK; in encode_file_ack_resp()
820 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_file_ack_resp()
841 struct pldm_header_info header = { 0 }; in encode_file_ack_req() local
842 header.msg_type = PLDM_REQUEST; in encode_file_ack_req()
843 header.instance = instance_id; in encode_file_ack_req()
844 header.pldm_type = PLDM_OEM; in encode_file_ack_req()
845 header.command = PLDM_FILE_ACK; in encode_file_ack_req()
846 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_file_ack_req()
890 struct pldm_header_info header = { 0 }; in encode_file_ack_with_meta_data_req() local
891 header.msg_type = PLDM_REQUEST; in encode_file_ack_with_meta_data_req()
892 header.instance = instance_id; in encode_file_ack_with_meta_data_req()
893 header.pldm_type = PLDM_OEM; in encode_file_ack_with_meta_data_req()
894 header.command = PLDM_FILE_ACK_WITH_META_DATA; in encode_file_ack_with_meta_data_req()
895 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_file_ack_with_meta_data_req()
970 struct pldm_header_info header = { 0 }; in encode_file_ack_with_meta_data_resp() local
971 header.msg_type = PLDM_RESPONSE; in encode_file_ack_with_meta_data_resp()
972 header.instance = instance_id; in encode_file_ack_with_meta_data_resp()
973 header.pldm_type = PLDM_OEM; in encode_file_ack_with_meta_data_resp()
974 header.command = PLDM_FILE_ACK_WITH_META_DATA; in encode_file_ack_with_meta_data_resp()
975 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_file_ack_with_meta_data_resp()
1000 struct pldm_header_info header = { 0 }; in encode_new_file_with_metadata_req() local
1001 header.msg_type = PLDM_REQUEST; in encode_new_file_with_metadata_req()
1002 header.instance = instance_id; in encode_new_file_with_metadata_req()
1003 header.pldm_type = PLDM_OEM; in encode_new_file_with_metadata_req()
1004 header.command = PLDM_NEW_FILE_AVAILABLE_WITH_META_DATA; in encode_new_file_with_metadata_req()
1005 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_new_file_with_metadata_req()
1086 struct pldm_header_info header = { 0 }; in encode_new_file_with_metadata_resp() local
1087 header.msg_type = PLDM_RESPONSE; in encode_new_file_with_metadata_resp()
1088 header.instance = instance_id; in encode_new_file_with_metadata_resp()
1089 header.pldm_type = PLDM_OEM; in encode_new_file_with_metadata_resp()
1090 header.command = PLDM_NEW_FILE_AVAILABLE_WITH_META_DATA; in encode_new_file_with_metadata_resp()
1091 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_new_file_with_metadata_resp()