HUNT_FILTER_TBL_ROWS 133 drivers/net/ethernet/sfc/ef10.c return filter_id & (HUNT_FILTER_TBL_ROWS - 1); HUNT_FILTER_TBL_ROWS 138 drivers/net/ethernet/sfc/ef10.c return filter_id / (HUNT_FILTER_TBL_ROWS * 2); HUNT_FILTER_TBL_ROWS 143 drivers/net/ethernet/sfc/ef10.c return pri * HUNT_FILTER_TBL_ROWS * 2 + idx; HUNT_FILTER_TBL_ROWS 4349 drivers/net/ethernet/sfc/ef10.c i = (hash + depth) & (HUNT_FILTER_TBL_ROWS - 1); HUNT_FILTER_TBL_ROWS 4466 drivers/net/ethernet/sfc/ef10.c i = (hash + depth) & (HUNT_FILTER_TBL_ROWS - 1); HUNT_FILTER_TBL_ROWS 4674 drivers/net/ethernet/sfc/ef10.c for (i = 0; i < HUNT_FILTER_TBL_ROWS; i++) { HUNT_FILTER_TBL_ROWS 4697 drivers/net/ethernet/sfc/ef10.c for (filter_idx = 0; filter_idx < HUNT_FILTER_TBL_ROWS; filter_idx++) { HUNT_FILTER_TBL_ROWS 4712 drivers/net/ethernet/sfc/ef10.c return table->rx_match_count * HUNT_FILTER_TBL_ROWS * 2; HUNT_FILTER_TBL_ROWS 4728 drivers/net/ethernet/sfc/ef10.c for (filter_idx = 0; filter_idx < HUNT_FILTER_TBL_ROWS; filter_idx++) { HUNT_FILTER_TBL_ROWS 4996 drivers/net/ethernet/sfc/ef10.c table->entry = vzalloc(array_size(HUNT_FILTER_TBL_ROWS, HUNT_FILTER_TBL_ROWS 5054 drivers/net/ethernet/sfc/ef10.c for (filter_idx = 0; filter_idx < HUNT_FILTER_TBL_ROWS; filter_idx++) { HUNT_FILTER_TBL_ROWS 5148 drivers/net/ethernet/sfc/ef10.c for (filter_idx = 0; filter_idx < HUNT_FILTER_TBL_ROWS; filter_idx++) { HUNT_FILTER_TBL_ROWS 5504 drivers/net/ethernet/sfc/ef10.c for (i = 0; i < HUNT_FILTER_TBL_ROWS; i++) { HUNT_FILTER_TBL_ROWS 6704 drivers/net/ethernet/sfc/ef10.c .max_rx_ip_filters = HUNT_FILTER_TBL_ROWS, HUNT_FILTER_TBL_ROWS 6839 drivers/net/ethernet/sfc/ef10.c .max_rx_ip_filters = HUNT_FILTER_TBL_ROWS,