Searched refs:NMTUS (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 82 #define NMTUS 8 macro 192 unsigned short mtus[NMTUS];
|
/linux-4.1.27/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 | 478 req->mtu_idx = NMTUS - 1; in init_tp_parity() 912 req->mtu_idx = NMTUS - 1; /* should be 0 but there's a T3 bug */ in write_smt_entry() 2355 if (m.nmtus != NMTUS) in cxgb_extension_ioctl() 2361 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 | 2862 void t3_load_mtus(struct adapter *adap, unsigned short mtus[NMTUS], in t3_load_mtus() argument 2874 for (i = 0; i < NMTUS; ++i) { in t3_load_mtus()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.h | 48 NMTUS = 16, /* size of MTU table */ enumerator
|
D | cxgb4.h | 313 unsigned short mtus[NMTUS]; 1233 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
|
D | cxgb4_main.c | 1827 while (i < NMTUS - 1 && mtus[i + 1] <= mtu) in cxgb4_best_mtu() 1866 for (mtu_idx = 0, aligned_mtu_idx = -1; mtu_idx < NMTUS; mtu_idx++) { in cxgb4_best_aligned_mtu() 1879 if (mtu_idx+1 < NMTUS && mtus[mtu_idx+1] > max_mtu) in cxgb4_best_aligned_mtu() 1886 if (mtu_idx == NMTUS) in cxgb4_best_aligned_mtu() 3952 for (i = 0; i < NMTUS; i++) in adap_init0()
|
D | t4_hw.c | 3210 for (i = 0; i < NMTUS; ++i) { in t4_read_mtu_tbl() 3228 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 3232 for (mtu = 0; mtu < NMTUS; ++mtu) in t4_read_cong_tbl() 3328 for (i = 0; i < NMTUS; ++i) { in t4_load_mtus()
|
D | cxgb4_debugfs.c | 676 incr = kmalloc(sizeof(*incr) * NMTUS, GFP_KERNEL); in cctrl_tbl_show()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1322 cdev->nmtus = NMTUS; in cxgb3i_dev_open()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1760 cdev->nmtus = NMTUS; in t4_uld_add()
|