Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h229 struct ch_filter { struct
267 #define CHELSIO_SET_FILTER _IOW('f', CH_SET_FILTER, struct ch_filter)
268 #define CHELSIO_DEL_FILTER _IOW('f', CH_DEL_FILTER, struct ch_filter)
269 #define CHELSIO_GET_FILTER _IOWR('f', CH_GET_FILTER, struct ch_filter)
H A Dcxgb_main.c3039 struct ch_filter *f = (struct ch_filter *)data; in cxgb_extension_ioctl()
3094 struct ch_filter *f = (struct ch_filter *)data; in cxgb_extension_ioctl()
3122 struct ch_filter *f = (struct ch_filter *)data; in cxgb_extension_ioctl()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c1285 struct ch_filter op; in show_filters()
1345 struct ch_filter op; in filter_config()