Home
last modified time | relevance | path

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

/net/can/
Dproc.c430 can_rcvlist_proc_show_array(m, NULL, d->rx_sff, ARRAY_SIZE(d->rx_sff)); in can_rcvlist_sff_proc_show()
436 can_rcvlist_proc_show_array(m, dev, d->rx_sff, in can_rcvlist_sff_proc_show()
437 ARRAY_SIZE(d->rx_sff)); in can_rcvlist_sff_proc_show()
Daf_can.h72 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ]; member
Daf_can.c424 return &d->rx_sff[*can_id]; in find_rcv_list()
675 hlist_for_each_entry_rcu(r, &d->rx_sff[can_id], list) { in can_rcv_filter()