Home
last modified time | relevance | path

Searched refs:RMNET_EPMODE_BRIDGE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_private.h16 #define RMNET_EPMODE_BRIDGE (2) macro
H A Drmnet_config.c96 if (port->rmnet_mode != RMNET_EPMODE_BRIDGE) in rmnet_unregister_bridge()
474 slave_port->rmnet_mode = RMNET_EPMODE_BRIDGE; in rmnet_add_bridge()
478 port->rmnet_mode = RMNET_EPMODE_BRIDGE; in rmnet_add_bridge()
H A Drmnet_handlers.c229 case RMNET_EPMODE_BRIDGE: in rmnet_rx_handler()