Lines Matching refs:req_buf
478 const uint8_t *req_buf; in dap_swdp_transfer() local
490 req_buf = request + sizeof(req_cnt) + 1; in dap_swdp_transfer()
494 req_val = *req_buf++; in dap_swdp_transfer()
521 match_val = sys_get_le32(req_buf); in dap_swdp_transfer()
522 req_buf += sizeof(match_val); in dap_swdp_transfer()
567 data = sys_get_le32(req_buf); in dap_swdp_transfer()
568 req_buf += sizeof(data); in dap_swdp_transfer()
701 const uint8_t *req_buf; in dap_swdp_transferblock() local
709 req_buf = request + (sizeof(req_cnt) + sizeof(req_val) + 1); in dap_swdp_transferblock()
748 data = sys_get_le32(req_buf); in dap_swdp_transferblock()
749 req_buf += sizeof(data); in dap_swdp_transferblock()
767 req_buf - request, in dap_swdp_transferblock()