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

/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c410 u32 tbl_id, tbl_total, tbl_cnt, pos = 0; local
429 tbl_cnt = MC_CMD_TABLE_LIST_OUT_TABLE_ID_NUM(min(outlen, msg_max));
431 for (idx = 0; idx < tbl_cnt; idx++) {
439 pos += tbl_cnt;

Completed in 210 milliseconds