Searched refs:cfhsi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_hsi.c | 71 struct cfhsi *cfhsi = from_timer(cfhsi, t, inactivity_timer); in cfhsi_inactivity_tout() local 73 netdev_dbg(cfhsi->ndev, "%s.\n", in cfhsi_inactivity_tout() 77 if (!test_bit(CFHSI_SHUTDOWN, &cfhsi->bits)) in cfhsi_inactivity_tout() 78 queue_work(cfhsi->wq, &cfhsi->wake_down_work); in cfhsi_inactivity_tout() 81 static void cfhsi_update_aggregation_stats(struct cfhsi *cfhsi, in cfhsi_update_aggregation_stats() argument 89 hpad = 1 + PAD_POW2((info->hdr_len + 1), cfhsi in cfhsi_update_aggregation_stats() 99 cfhsi_can_send_aggregate(struct cfhsi *cfhsi) cfhsi_can_send_aggregate() argument 118 cfhsi_dequeue(struct cfhsi *cfhsi) cfhsi_dequeue() argument 132 cfhsi_tx_queue_len(struct cfhsi *cfhsi) cfhsi_tx_queue_len() argument 140 cfhsi_abort_tx(struct cfhsi *cfhsi) cfhsi_abort_tx() argument 163 cfhsi_flush_fifo(struct cfhsi *cfhsi) cfhsi_flush_fifo() argument 217 cfhsi_tx_frm(struct cfhsi_desc *desc, struct cfhsi *cfhsi) cfhsi_tx_frm() argument 330 cfhsi_start_tx(struct cfhsi *cfhsi) cfhsi_start_tx() argument 366 cfhsi_tx_done(struct cfhsi *cfhsi) cfhsi_tx_done() argument 400 struct cfhsi *cfhsi; cfhsi_tx_done_cb() local 411 cfhsi_rx_desc(struct cfhsi_desc *desc, struct cfhsi *cfhsi) cfhsi_rx_desc() argument 518 cfhsi_rx_pld(struct cfhsi_desc *desc, struct cfhsi *cfhsi) cfhsi_rx_pld() argument 597 cfhsi_rx_done(struct cfhsi *cfhsi) cfhsi_rx_done() argument 726 struct cfhsi *cfhsi = from_timer(cfhsi, t, rx_slowpath_timer); cfhsi_rx_slowpath() local 736 struct cfhsi *cfhsi; cfhsi_rx_done_cb() local 753 struct cfhsi *cfhsi = NULL; cfhsi_wake_up() local 881 struct cfhsi *cfhsi = NULL; cfhsi_wake_down() local 943 struct cfhsi *cfhsi = NULL; cfhsi_out_of_sync() local 954 struct cfhsi *cfhsi = NULL; cfhsi_wake_up_cb() local 973 struct cfhsi *cfhsi = NULL; cfhsi_wake_down_cb() local 986 struct cfhsi *cfhsi = from_timer(cfhsi, t, aggregation_timer); cfhsi_aggregation_tout() local 996 struct cfhsi *cfhsi = NULL; cfhsi_xmit() local 1098 struct cfhsi *cfhsi = netdev_priv(dev); cfhsi_setup() local 1118 struct cfhsi *cfhsi = netdev_priv(ndev); cfhsi_open() local 1238 struct cfhsi *cfhsi = netdev_priv(ndev); cfhsi_close() local 1274 struct cfhsi *cfhsi = netdev_priv(dev); cfhsi_uninit() local 1287 cfhsi_netlink_parms(struct nlattr *data[], struct cfhsi *cfhsi) cfhsi_netlink_parms() argument 1361 struct cfhsi *cfhsi = netdev_priv(dev); caif_hsi_fill_info() local 1384 struct cfhsi *cfhsi = NULL; caif_hsi_newlink() local 1436 struct cfhsi *cfhsi; cfhsi_exit_module() local [all...] |
/kernel/linux/linux-5.10/include/net/caif/ |
H A D | caif_hsi.h | 144 struct cfhsi { struct
|
Completed in 2 milliseconds