Searched refs:NMTUS (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb/ |
A D | common.h | 72 #define NMTUS 8 macro 187 unsigned short mtus[NMTUS];
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/ |
A D | cxgb3_ioctl.h | 120 uint16_t mtus[NMTUS];
|
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],
|
A D | cxgb3_main.c | 476 req->mtu_idx = NMTUS - 1; in init_tp_parity() 913 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_siocdevprivate() 2385 for (i = 1; i < NMTUS; ++i) in cxgb_siocdevprivate()
|
A D | cxgb3_offload.c | 413 mtup->size = NMTUS; in cxgb_offload_ctl()
|
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-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | t4_hw.h | 49 NMTUS = 16, /* size of MTU table */ enumerator
|
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()
|
A D | cxgb4.h | 458 unsigned short mtus[NMTUS]; 1937 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
|
A D | cxgb4_main.c | 2036 while (i < NMTUS - 1 && mtus[i + 1] <= mtu) in cxgb4_best_mtu() 2075 for (mtu_idx = 0, aligned_mtu_idx = -1; mtu_idx < NMTUS; mtu_idx++) { in cxgb4_best_aligned_mtu() 2088 if (mtu_idx+1 < NMTUS && mtus[mtu_idx+1] > max_mtu) in cxgb4_best_aligned_mtu() 2095 if (mtu_idx == NMTUS) in cxgb4_best_aligned_mtu() 5393 for (i = 0; i < NMTUS; i++) in adap_init0()
|
A D | t4_hw.c | 5741 for (i = 0; i < NMTUS; ++i) { in t4_read_mtu_tbl() 5759 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 5763 for (mtu = 0; mtu < NMTUS; ++mtu) in t4_read_cong_tbl() 5859 for (i = 0; i < NMTUS; ++i) { in t4_load_mtus()
|
A D | cxgb4_debugfs.c | 863 incr = kmalloc_array(NMTUS, sizeof(*incr), GFP_KERNEL); in cctrl_tbl_show()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb3i/ |
A D | cxgb3i.c | 1326 cdev->nmtus = NMTUS; in cxgb3i_dev_open()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 2242 cdev->nmtus = NMTUS; in t4_uld_add()
|
Completed in 81 milliseconds