Home
last modified time | relevance | path

Searched refs:rx_handlers (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c338 priv->rx_handlers[REPLY_SCAN_CMD] = iwl_rx_reply_scan; in iwl_setup_rx_scan_handlers()
339 priv->rx_handlers[SCAN_START_NOTIFICATION] = iwl_rx_scan_start_notif; in iwl_setup_rx_scan_handlers()
340 priv->rx_handlers[SCAN_RESULTS_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
342 priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
Drx.c949 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
985 priv->rx_handlers[REPLY_TX] = iwlagn_rx_reply_tx; in iwl_setup_rx_handlers()
1011 if (priv->rx_handlers[pkt->hdr.cmd]) { in iwl_rx_dispatch()
1013 priv->rx_handlers[pkt->hdr.cmd](priv, rxb); in iwl_rx_dispatch()
Ddev.h658 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, member
Dlib.c680 priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] = in iwlagn_bt_rx_handler_setup()
Ddebugfs.c630 DEBUGFS_READ_WRITE_FILE_OPS(rx_handlers);
2327 DEBUGFS_ADD_FILE(rx_handlers, dir_data, 0600); in iwl_dbgfs_register()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c350 .rx_handlers = &mlx5i_rx_handlers,
Dipoib.c447 .rx_handlers = &mlx5i_rx_handlers,
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c1157 .rx_handlers = &mlx5e_rx_handlers_rep,
1177 .rx_handlers = &mlx5e_rx_handlers_rep,
Den_rx.c2403 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe_mpwqe_shampo; in mlx5e_rq_set_handlers()
2409 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe_mpwqe; in mlx5e_rq_set_handlers()
2425 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe; in mlx5e_rq_set_handlers()
Den.h1014 const struct mlx5e_rx_handlers *rx_handlers; member
Den_main.c5204 .rx_handlers = &mlx5e_rx_handlers_nic,