MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mc_cmd_read_status

Function mc_cmd_read_status

dpdk/drivers/bus/fslmc/mc/fsl_mc_cmd.h:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static inline enum mc_cmd_status mc_cmd_read_status(struct mc_command *cmd)
120{
121 struct mc_cmd_header *hdr = (struct mc_cmd_header *)&cmd->header;
122 uint8_t status = hdr->status;
123
124 return (enum mc_cmd_status)status;
125}
126
127/**
128 * mc_write_command - writes a command to a Management Complex (MC) portal

Callers 2

mc_send_commandFunction · 0.85
mc_read_responseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected