Searched refs:dev_role_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c432 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id);
434 cmd->role_id = wlvif->dev_role_id;
486 cmd->role_id = wlvif->dev_role_id;
2015 &wlvif->dev_role_id);
2024 ret = wl12xx_roc(wl, wlvif, wlvif->dev_role_id, band, channel);
2034 wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id);
2053 if (test_bit(wlvif->dev_role_id, wl->roc_map)) {
2054 ret = wl12xx_croc(wl, wlvif->dev_role_id);
2064 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id);
H A Dwlcore_i.h347 u8 dev_role_id; member in struct:wl12xx_vif
H A Ddebugfs.c557 VIF_STATE_PRINT_INT(dev_role_id);
H A Dmain.c2232 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
2599 &wlvif->dev_role_id);
2690 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id);
2731 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.c42 cmd->role_id = wlvif->dev_role_id;
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dscan.c109 cmd->params.role_id = wlvif->dev_role_id;

Completed in 188 milliseconds