HomeSort by: relevance | last modified time | path
    Searched refs:mtus (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/sbin/ifconfig/
t_repeated_mtu.sh 34 atf_set "descr" "Check with ifconfig(8) that setting MTUs works"
44 # This sequence covers both valid and invalid MTUs; we are
47 mtus=$(seq -10000 1000 90000)
58 for j in $mtus; do
  /src/sys/dev/pci/cxgb/
cxgb_ctl_defs.h 58 const unsigned short *mtus; /* the MTU table values */ member in struct:mtutab
cxgb_offload.h 190 const unsigned short *mtus; member in struct:toe_data
cxgb_t3_hw.c 2683 static void __devinit init_mtus(unsigned short mtus[])
2690 mtus[0] = 88;
2691 mtus[1] = 88;
2692 mtus[2] = 256;
2693 mtus[3] = 512;
2694 mtus[4] = 576;
2695 mtus[5] = 1024;
2696 mtus[6] = 1280;
2697 mtus[7] = 1492;
2698 mtus[8] = 1500
    [all...]
cxgb_ioctl.h 171 uint16_t mtus[NMTUS]; member in struct:ch_mtus
cxgb_common.h 383 unsigned short mtus[NMTUS]; member in struct:adapter_params
720 void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS],
723 void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]);
cxgb_offload.c 394 mtup->mtus = adapter->params.mtus;
1390 t->mtus = mtutab.mtus;
  /src/usr.sbin/traceroute/
traceroute.c 380 static int mtus[] = { variable in typeref:typename:int[]
402 static int *mtuptr = &mtus[0];
1766 * mtus[] table, trying until we hit a valid MTU.
1780 for (i = 0; mtus[i] > 0; i++) {
1781 if (mtus[i] < nextmtu) {
1782 mtuptr = &mtus[i]; /* next one to try */

Completed in 19 milliseconds