Searched refs:dev_role_id (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 432 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id); in wl12xx_cmd_role_start_dev() 434 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_start_dev() 486 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_stop_dev() 2015 &wlvif->dev_role_id); in wl12xx_start_dev() 2024 ret = wl12xx_roc(wl, wlvif, wlvif->dev_role_id, band, channel); in wl12xx_start_dev() 2034 wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_start_dev() 2053 if (test_bit(wlvif->dev_role_id, wl->roc_map)) { in wl12xx_stop_dev() 2054 ret = wl12xx_croc(wl, wlvif->dev_role_id); in wl12xx_stop_dev() 2064 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_stop_dev()
|
D | wlcore_i.h | 347 u8 dev_role_id; member
|
D | debugfs.c | 557 VIF_STATE_PRINT_INT(dev_role_id); in vifs_state_read()
|
D | main.c | 2232 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in wl12xx_init_vif_data() 2599 &wlvif->dev_role_id); in wl1271_op_add_interface() 2690 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in __wl1271_op_remove_interface() 2731 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in __wl1271_op_remove_interface()
|
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 42 cmd->role_id = wlvif->dev_role_id; in wl18xx_scan_send()
|
/linux-6.1.9/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 109 cmd->params.role_id = wlvif->dev_role_id; in wl1271_scan_send()
|