Searched refs:NMTUS (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/ |
| D | common.h | 82 #define NMTUS 8 macro 197 unsigned short mtus[NMTUS];
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_ioctl.h | 120 uint16_t mtus[NMTUS];
|
| D | common.h | 75 NMTUS = 16, /* size of MTU table */ enumerator 390 unsigned short mtus[NMTUS]; 726 void t3_load_mtus(struct adapter *adap, unsigned short mtus[NMTUS],
|
| D | cxgb3_main.c | 477 req->mtu_idx = NMTUS - 1; in init_tp_parity() 915 req->mtu_idx = NMTUS - 1; /* should be 0 but there's a T3 bug */ in write_smt_entry() 2379 if (m.nmtus != NMTUS) in cxgb_extension_ioctl() 2385 for (i = 1; i < NMTUS; ++i) in cxgb_extension_ioctl()
|
| D | cxgb3_offload.c | 413 mtup->size = NMTUS; in cxgb_offload_ctl()
|
| D | t3_hw.c | 2896 void t3_load_mtus(struct adapter *adap, unsigned short mtus[NMTUS], in t3_load_mtus() argument 2908 for (i = 0; i < NMTUS; ++i) { in t3_load_mtus()
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4_hw.h | 49 NMTUS = 16, /* size of MTU table */ enumerator
|
| D | cxgb4_cudbg.c | 179 len = NMTUS * sizeof(u16); in cxgb4_get_entity_length() 256 len = sizeof(u16) * NMTUS * NCCTRL_WIN; in cxgb4_get_entity_length()
|
| D | cxgb4.h | 385 unsigned short mtus[NMTUS]; 1728 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
|
| D | cxgb4_main.c | 1638 while (i < NMTUS - 1 && mtus[i + 1] <= mtu) in cxgb4_best_mtu() 1677 for (mtu_idx = 0, aligned_mtu_idx = -1; mtu_idx < NMTUS; mtu_idx++) { in cxgb4_best_aligned_mtu() 1690 if (mtu_idx+1 < NMTUS && mtus[mtu_idx+1] > max_mtu) in cxgb4_best_aligned_mtu() 1697 if (mtu_idx == NMTUS) in cxgb4_best_aligned_mtu() 4899 for (i = 0; i < NMTUS; i++) in adap_init0()
|
| D | t4_hw.c | 5755 for (i = 0; i < NMTUS; ++i) { in t4_read_mtu_tbl() 5773 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 5777 for (mtu = 0; mtu < NMTUS; ++mtu) in t4_read_cong_tbl() 5873 for (i = 0; i < NMTUS; ++i) { in t4_load_mtus()
|
| D | cudbg_lib.c | 1184 rc = cudbg_get_buff(pdbg_init, dbg_buff, NMTUS * sizeof(u16), in cudbg_collect_path_mtu() 2540 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_collect_cctrl()
|
| D | cxgb4_debugfs.c | 863 incr = kmalloc_array(NMTUS, sizeof(*incr), GFP_KERNEL); in cctrl_tbl_show()
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.c | 1317 cdev->nmtus = NMTUS; in cxgb3i_dev_open()
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 2143 cdev->nmtus = NMTUS; in t4_uld_add()
|