Searched refs:cbd (Results 1 – 2 of 2) sorted by relevance
182 netc_cmd_bd_t *cbd, in NETC_CmdBDSendCommand() argument185 assert((base != NULL) && (cbdr != NULL) && (cbd != NULL)); in NETC_CmdBDSendCommand()200 if (((uintptr_t)cbd->req.addr % 16U) != 0U) in NETC_CmdBDSendCommand()207 cbd->req.version = 0x2; in NETC_CmdBDSendCommand()208 cbd->req.npf = 1; in NETC_CmdBDSendCommand()210 …cbd->req.addr = (uintptr_t)MEMORY_ConvertMemoryMapAddress((uint32_t)cbd->req.addr, kMEMORY_Local2D… in NETC_CmdBDSendCommand()216 cbdr->bdBase[curIndex] = *cbd; in NETC_CmdBDSendCommand()231 *cbd = cbdr->bdBase[curIndex]; in NETC_CmdBDSendCommand()237 if (cbd->resp.error != 0U) in NETC_CmdBDSendCommand()239 status = (status_t)cbd->resp.error; in NETC_CmdBDSendCommand()[all …]
275 netc_cmd_bd_t *cbd,