Searched refs:NMTUS (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | common.h | 72 #define NMTUS 8 macro 187 unsigned short mtus[NMTUS];
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_ioctl.h | 120 uint16_t mtus[NMTUS];
|
| H A D | common.h | 75 NMTUS = 16, /* size of MTU table */ enumerator 390 unsigned short mtus[NMTUS]; 724 void t3_load_mtus(struct adapter *adap, unsigned short mtus[NMTUS],
|
| H A D | t3_hw.c | 2832 void t3_load_mtus(struct adapter *adap, unsigned short mtus[NMTUS], in t3_load_mtus() argument 2844 for (i = 0; i < NMTUS; ++i) { in t3_load_mtus()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.h | 49 NMTUS = 16, /* size of MTU table */ enumerator
|
| H A D | cudbg_lib.c | 291 len = NMTUS * sizeof(u16); in cudbg_get_entity_length() 368 len = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_get_entity_length() 1599 rc = cudbg_get_buff(pdbg_init, dbg_buff, NMTUS * sizeof(u16), in cudbg_collect_path_mtu() 2954 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_collect_cctrl()
|
| H A D | t4_hw.c | 5743 for (i = 0; i < NMTUS; ++i) { in t4_read_mtu_tbl() 5761 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 5765 for (mtu = 0; mtu < NMTUS; ++mtu) in t4_read_cong_tbl() 5861 for (i = 0; i < NMTUS; ++i) { in t4_load_mtus()
|
| H A D | cxgb4_debugfs.c | 863 incr = kmalloc_array(NMTUS, sizeof(*incr), GFP_KERNEL); in cctrl_tbl_show()
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 1326 cdev->nmtus = NMTUS; in cxgb3i_dev_open()
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 2242 cdev->nmtus = NMTUS; in t4_uld_add()
|