Searched refs:nregs (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 470 unsigned int data_reg, u32 *vals, unsigned int nregs, 474 unsigned int nregs, unsigned int start_idx); 509 void t4_fw_tp_pio_rw(struct adapter *adap, u32 *vals, unsigned int nregs,
|
| H A D | t4_hw.c | 181 unsigned int data_reg, u32 *vals, unsigned int nregs, in t4_read_indirect() argument 184 while (nregs--) { in t4_read_indirect() 205 unsigned int nregs, unsigned int start_idx) in t4_write_indirect() argument 207 while (nregs--) { in t4_write_indirect() 2126 void t4_fw_tp_pio_rw(struct adapter *adap, u32 *vals, unsigned int nregs, in t4_fw_tp_pio_rw() argument 2134 for (i = 0 ; i < nregs; i++) { in t4_fw_tp_pio_rw()
|