Lines Matching defs:start_index
6483 unsigned int nregs, unsigned int start_index,
6499 c.u.addrval.addr = cpu_to_be32(start_index + i);
6519 * @start_index: index of first indirect register to read/write
6527 u32 *buff, u32 nregs, u32 start_index, int rw,
6548 rc = t4_tp_fw_ldst_rw(adap, cmd, buff, nregs, start_index, rw,
6556 start_index);
6559 start_index);
6568 * @start_index: index of first indirect register to read
6574 u32 start_index, bool sleep_ok)
6577 start_index, 1, sleep_ok);
6585 * @start_index: index of first indirect register to write
6591 u32 start_index, bool sleep_ok)
6594 __DECONST(u32 *, buff), nregs, start_index, 0, sleep_ok);
6602 * @start_index: index of first indirect register to read
6608 u32 start_index, bool sleep_ok)
6611 nregs, start_index, 1, sleep_ok);
6619 * @start_index: index of first indirect register to read
6624 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index,
6628 start_index, 1, sleep_ok);