Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_ioctl.h134 struct ch_mtus { struct
246 #define CHELSIO_GETMTUTAB _IOR('f', CH_GETMTUTAB, struct ch_mtus)
247 #define CHELSIO_SETMTUTAB _IOW('f', CH_SETMTUTAB, struct ch_mtus)
HDcxgb_main.c2786 struct ch_mtus *m = (struct ch_mtus *)data; in cxgb_extension_ioctl()
2809 struct ch_mtus *m = (struct ch_mtus *)data; in cxgb_extension_ioctl()
/NextBSD/tools/tools/cxgbtool/
HDcxgbtool.c634 struct ch_mtus m; in mtu_tab_op()