Lines Matching refs:endpoint
388 #define DPRC_CMD_DISCONNECT(cmd, endpoint) \ argument
390 MC_CMD_OP(cmd, 0, 0, 32, int, endpoint->id); \
391 MC_CMD_OP(cmd, 0, 32, 16, uint16_t, endpoint->if_id); \
392 MC_CMD_OP(cmd, 1, 0, 8, char, endpoint->type[0]); \
393 MC_CMD_OP(cmd, 1, 8, 8, char, endpoint->type[1]); \
394 MC_CMD_OP(cmd, 1, 16, 8, char, endpoint->type[2]); \
395 MC_CMD_OP(cmd, 1, 24, 8, char, endpoint->type[3]); \
396 MC_CMD_OP(cmd, 1, 32, 8, char, endpoint->type[4]); \
397 MC_CMD_OP(cmd, 1, 40, 8, char, endpoint->type[5]); \
398 MC_CMD_OP(cmd, 1, 48, 8, char, endpoint->type[6]); \
399 MC_CMD_OP(cmd, 1, 56, 8, char, endpoint->type[7]); \
400 MC_CMD_OP(cmd, 2, 0, 8, char, endpoint->type[8]); \
401 MC_CMD_OP(cmd, 2, 8, 8, char, endpoint->type[9]); \
402 MC_CMD_OP(cmd, 2, 16, 8, char, endpoint->type[10]); \
403 MC_CMD_OP(cmd, 2, 24, 8, char, endpoint->type[11]); \
404 MC_CMD_OP(cmd, 2, 32, 8, char, endpoint->type[12]); \
405 MC_CMD_OP(cmd, 2, 40, 8, char, endpoint->type[13]); \
406 MC_CMD_OP(cmd, 2, 48, 8, char, endpoint->type[14]); \
407 MC_CMD_OP(cmd, 2, 56, 8, char, endpoint->type[15]); \
929 const struct dprc_endpoint *endpoint);