Home
last modified time | relevance | path

Searched refs:RMNET_MAP_GET_CMD_START (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map_command.c61 cmd = RMNET_MAP_GET_CMD_START(skb); in rmnet_map_send_ack()
78 cmd = RMNET_MAP_GET_CMD_START(skb); in rmnet_map_command()
Drmnet_map.h41 #define RMNET_MAP_GET_CMD_START(Y) ((struct rmnet_map_control_command *) \ macro