Searched refs:dev_role_id (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 438 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id); in wl12xx_cmd_role_start_dev() 440 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_start_dev() 492 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_stop_dev() 2009 &wlvif->dev_role_id); in wl12xx_start_dev() 2017 ret = wl12xx_roc(wl, wlvif, wlvif->dev_role_id, band, channel); in wl12xx_start_dev() 2026 wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_start_dev() 2045 if (test_bit(wlvif->dev_role_id, wl->roc_map)) { in wl12xx_stop_dev() 2046 ret = wl12xx_croc(wl, wlvif->dev_role_id); in wl12xx_stop_dev() 2055 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_stop_dev()
|
D | wlcore_i.h | 349 u8 dev_role_id; member
|
D | debugfs.c | 573 VIF_STATE_PRINT_INT(dev_role_id); in vifs_state_read()
|
D | main.c | 2276 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in wl12xx_init_vif_data() 2736 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in __wl1271_op_remove_interface()
|