Lines Matching refs:action

1196 	tbl->action = 0;  in il4965_rs_switch_to_mimo2()
1242 tbl->action = 0; in il4965_rs_switch_to_siso()
1291 tbl->action = IL_LEGACY_SWITCH_SISO; in il4965_rs_move_legacy_other()
1293 start_action = tbl->action; in il4965_rs_move_legacy_other()
1296 switch (tbl->action) { in il4965_rs_move_legacy_other()
1301 if ((tbl->action == IL_LEGACY_SWITCH_ANTENNA1 && in il4965_rs_move_legacy_other()
1303 (tbl->action == IL_LEGACY_SWITCH_ANTENNA2 && in il4965_rs_move_legacy_other()
1347 if (tbl->action == IL_LEGACY_SWITCH_MIMO2_AB) in il4965_rs_move_legacy_other()
1349 else if (tbl->action == IL_LEGACY_SWITCH_MIMO2_AC) in il4965_rs_move_legacy_other()
1367 tbl->action++; in il4965_rs_move_legacy_other()
1368 if (tbl->action > IL_LEGACY_SWITCH_MIMO2_BC) in il4965_rs_move_legacy_other()
1369 tbl->action = IL_LEGACY_SWITCH_ANTENNA1; in il4965_rs_move_legacy_other()
1371 if (tbl->action == start_action) in il4965_rs_move_legacy_other()
1380 tbl->action++; in il4965_rs_move_legacy_other()
1381 if (tbl->action > IL_LEGACY_SWITCH_MIMO2_BC) in il4965_rs_move_legacy_other()
1382 tbl->action = IL_LEGACY_SWITCH_ANTENNA1; in il4965_rs_move_legacy_other()
1384 search_tbl->action = tbl->action; in il4965_rs_move_legacy_other()
1412 start_action = tbl->action; in il4965_rs_move_siso_to_other()
1416 switch (tbl->action) { in il4965_rs_move_siso_to_other()
1420 if ((tbl->action == IL_SISO_SWITCH_ANTENNA1 && in il4965_rs_move_siso_to_other()
1422 (tbl->action == IL_SISO_SWITCH_ANTENNA2 && in il4965_rs_move_siso_to_other()
1444 if (tbl->action == IL_SISO_SWITCH_MIMO2_AB) in il4965_rs_move_siso_to_other()
1446 else if (tbl->action == IL_SISO_SWITCH_MIMO2_AC) in il4965_rs_move_siso_to_other()
1491 tbl->action++; in il4965_rs_move_siso_to_other()
1492 if (tbl->action > IL_SISO_SWITCH_GI) in il4965_rs_move_siso_to_other()
1493 tbl->action = IL_SISO_SWITCH_ANTENNA1; in il4965_rs_move_siso_to_other()
1495 if (tbl->action == start_action) in il4965_rs_move_siso_to_other()
1503 tbl->action++; in il4965_rs_move_siso_to_other()
1504 if (tbl->action > IL_SISO_SWITCH_GI) in il4965_rs_move_siso_to_other()
1505 tbl->action = IL_SISO_SWITCH_ANTENNA1; in il4965_rs_move_siso_to_other()
1507 search_tbl->action = tbl->action; in il4965_rs_move_siso_to_other()
1535 start_action = tbl->action; in il4965_rs_move_mimo2_to_other()
1538 switch (tbl->action) { in il4965_rs_move_mimo2_to_other()
1565 if (tbl->action == IL_MIMO2_SWITCH_SISO_A) in il4965_rs_move_mimo2_to_other()
1567 else if (tbl->action == IL_MIMO2_SWITCH_SISO_B) in il4965_rs_move_mimo2_to_other()
1616 tbl->action++; in il4965_rs_move_mimo2_to_other()
1617 if (tbl->action > IL_MIMO2_SWITCH_GI) in il4965_rs_move_mimo2_to_other()
1618 tbl->action = IL_MIMO2_SWITCH_ANTENNA1; in il4965_rs_move_mimo2_to_other()
1620 if (tbl->action == start_action) in il4965_rs_move_mimo2_to_other()
1627 tbl->action++; in il4965_rs_move_mimo2_to_other()
1628 if (tbl->action > IL_MIMO2_SWITCH_GI) in il4965_rs_move_mimo2_to_other()
1629 tbl->action = IL_MIMO2_SWITCH_ANTENNA1; in il4965_rs_move_mimo2_to_other()
1631 search_tbl->action = tbl->action; in il4965_rs_move_mimo2_to_other()