Lines Matching full:row
24 int row; member
216 mac_entry->row = LAN966X_MAC_INVALID_ROW; in lan966x_mac_alloc_entry()
420 static void lan966x_mac_irq_process(struct lan966x *lan966x, u32 row, in lan966x_mac_irq_process() argument
437 if (mac_entry->row != row) in lan966x_mac_irq_process()
441 /* All the valid entries are at the start of the row, in lan966x_mac_irq_process()
492 /* All the valid entries are at the start of the row, so when in lan966x_mac_irq_process()
521 mac_entry->row = row; in lan966x_mac_irq_process()
553 /* The SYNC-GET-NEXT returns all the entries(4) in a row in in lan966x_mac_irq_handler()
556 * It would return all the columns for that row. And after that in lan966x_mac_irq_handler()
557 * it would return the next row The stop conditions of the in lan966x_mac_irq_handler()
558 * SYNC-GET-NEXT is when it reaches 'directly' to row 0 in lan966x_mac_irq_handler()
559 * column 3. So if SYNC-GET-NEXT returns row 0 and column 0 in lan966x_mac_irq_handler()
561 * reaches row 0 and column 3. in lan966x_mac_irq_handler()
580 /* A row was processed so it is safe to assume that the in lan966x_mac_irq_handler()
581 * next row/column can be the stop condition in lan966x_mac_irq_handler()