Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_scan.c41 u8 opidx = 0; in _cmd_estimated_swch_seq() local
61 for(opidx = 0; opidx < op_num; opidx++) { in _cmd_estimated_swch_seq()
63 "[%3d], ", param->back_op_ch[opidx].channel); in _cmd_estimated_swch_seq()
85 for(opidx = 0; opidx < op_num; opidx++) { in _cmd_estimated_swch_seq()
88 param->back_op_ch[opidx].channel, param->back_op_ch[opidx].duration); in _cmd_estimated_swch_seq()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_scan.c41 u8 opidx = 0; in _cmd_estimated_swch_seq() local
61 for(opidx = 0; opidx < op_num; opidx++) { in _cmd_estimated_swch_seq()
63 "[%3d], ", param->back_op_ch[opidx].channel); in _cmd_estimated_swch_seq()
85 for(opidx = 0; opidx < op_num; opidx++) { in _cmd_estimated_swch_seq()
88 param->back_op_ch[opidx].channel, param->back_op_ch[opidx].duration); in _cmd_estimated_swch_seq()
/OK3568_Linux_fs/kernel/net/netlink/
H A Dgenetlink.c1116 unsigned int opidx; member
1272 while (ctx->opidx < genl_get_cmd_cnt(ctx->rt)) { in ctrl_dumppolicy()
1283 ctx->opidx = genl_get_cmd_cnt(ctx->rt); in ctrl_dumppolicy()
1285 genl_get_cmd_by_index(ctx->opidx, ctx->rt, &op); in ctrl_dumppolicy()
1291 ctx->opidx++; in ctrl_dumppolicy()