Lines Matching defs:first
991 * @ring_phys: The physical address of the first descriptor of the ring.
1328 * @first_port: Index of first port this port supports.
1872 * counter overflow. The hardware should be acquired first before calling this
2223 * It is called by user functions. The hardware should be acquired first.
3316 /* Remember the first linked port. */
4606 static void get_mib_counters(struct ksz_hw *hw, int first, int cnt,
4615 for (i = 0, port = first; i < cnt; i++, port++) {
4632 struct ksz_desc *first;
4651 /* Remember the very first descriptor. */
4652 first = info->cur;
4653 desc = first;
4698 /* Release the first descriptor. */
4699 release_desc(first);
6523 /* Remember first port that requests read. */