Home
last modified time | relevance | path

Searched refs:ch_mtus (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h133 struct ch_mtus { struct
245 #define CHELSIO_GETMTUTAB _IOR('f', CH_GETMTUTAB, struct ch_mtus)
246 #define CHELSIO_SETMTUTAB _IOW('f', CH_SETMTUTAB, struct ch_mtus)
H A Dcxgb_main.c2740 struct ch_mtus *m = (struct ch_mtus *)data; in cxgb_extension_ioctl()
2763 struct ch_mtus *m = (struct ch_mtus *)data; in cxgb_extension_ioctl()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c633 struct ch_mtus m; in mtu_tab_op()