Home
last modified time | relevance | path

Searched refs:rx_handlers (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c942 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
978 priv->rx_handlers[REPLY_TX] = iwlagn_rx_reply_tx; in iwl_setup_rx_handlers()
1003 * rx_handlers table. See iwl_setup_rx_handlers() */ in iwl_rx_dispatch()
1004 if (priv->rx_handlers[pkt->hdr.cmd]) { in iwl_rx_dispatch()
1006 priv->rx_handlers[pkt->hdr.cmd](priv, rxb); in iwl_rx_dispatch()
H A Dscan.c342 priv->rx_handlers[REPLY_SCAN_CMD] = iwl_rx_reply_scan; in iwl_setup_rx_scan_handlers()
343 priv->rx_handlers[SCAN_START_NOTIFICATION] = iwl_rx_scan_start_notif; in iwl_setup_rx_scan_handlers()
344 priv->rx_handlers[SCAN_RESULTS_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
346 priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
H A Ddev.h663 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, member
H A Dlib.c685 priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] = in iwlagn_bt_rx_handler_setup()
H A Ddebugfs.c634 DEBUGFS_READ_WRITE_FILE_OPS(rx_handlers); variable
2331 DEBUGFS_ADD_FILE(rx_handlers, dir_data, 0600); in iwl_dbgfs_register()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A 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()
1010 * rx_handlers table. See iwl_setup_rx_handlers() */ in iwl_rx_dispatch()
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()
H A 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()
H A Ddev.h658 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, member
H A Dlib.c680 priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] = in iwlagn_bt_rx_handler_setup()
H A Ddebugfs.c630 DEBUGFS_READ_WRITE_FILE_OPS(rx_handlers); variable
2327 DEBUGFS_ADD_FILE(rx_handlers, dir_data, 0600); in iwl_dbgfs_register()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c352 .rx_handlers = &mlx5i_rx_handlers,
H A Dipoib.c464 .rx_handlers = &mlx5i_rx_handlers,
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c362 .rx_handlers = &mlx5i_rx_handlers,
H A Dipoib.c506 .rx_handlers = &mlx5i_rx_handlers,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c1178 .rx_handlers = &mlx5e_rx_handlers_rep,
1197 .rx_handlers = &mlx5e_rx_handlers_rep,
H A Den.h859 const struct mlx5e_rx_handlers *rx_handlers; member
H A Den_rx.c1794 rq->handle_rx_cqe = c->priv->profile->rx_handlers->handle_rx_cqe_mpwqe; in mlx5e_rq_set_handlers()
1821 rq->handle_rx_cqe = c->priv->profile->rx_handlers->handle_rx_cqe; in mlx5e_rq_set_handlers()
H A Den_main.c5381 .rx_handlers = &mlx5e_rx_handlers_nic,
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c1417 .rx_handlers = &mlx5e_rx_handlers_rep,
1436 .rx_handlers = &mlx5e_rx_handlers_rep,
H A Den_rx.c2700 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe_mpwqe_shampo; in mlx5e_rq_set_handlers()
2706 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe_mpwqe; in mlx5e_rq_set_handlers()
2722 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe; in mlx5e_rq_set_handlers()
H A Den.h979 const struct mlx5e_rx_handlers *rx_handlers; member
H A Den_main.c5553 .rx_handlers = &mlx5e_rx_handlers_nic,

Completed in 65 milliseconds