Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map_command.c33 cmd = RMNET_MAP_GET_CMD_START(skb); in rmnet_map_do_flow_control()
78 cmd = RMNET_MAP_GET_CMD_START(skb); in rmnet_map_send_ack()
95 cmd = RMNET_MAP_GET_CMD_START(skb); in rmnet_map_command()
Drmnet_map.h72 #define RMNET_MAP_GET_CMD_START(Y) ((struct rmnet_map_control_command *) \ macro