/linux/arch/arm/include/debug/ |
H A D | icedcc.S | 15 .macro senduart, rd, rx 19 .macro busyuart, rd, rx 26 .macro waituartcts, rd, rx 29 .macro waituarttxrdy, rd, rx 42 .macro senduart, rd, rx 46 .macro busyuart, rd, rx 53 .macro waituartcts, rd, rx 56 .macro waituarttxrdy, rd, rx 69 .macro senduart, rd, rx 73 .macro busyuart, rd, rx [all …]
|
H A D | samsung.S | 12 .macro fifo_level_s5pv210 rd, rx 18 .macro fifo_full_s5pv210 rd, rx 27 .macro fifo_level_s3c2440 rd, rx 37 .macro fifo_full_s3c2440 rd, rx 47 .macro senduart,rd,rx 51 .macro busyuart, rd, rx 72 .macro waituartcts,rd,rx 75 .macro waituarttxrdy,rd,rx
|
H A D | bcm63xx.S | 15 .macro senduart, rd, rx 20 .macro waituarttxrdy, rd, rx 26 .macro waituartcts, rd, rx 29 .macro busyuart, rd, rx
|
H A D | pl01x.S | 18 .macro senduart,rd,rx 22 .macro waituartcts,rd,rx 25 .macro waituarttxrdy,rd,rx 32 .macro busyuart,rd,rx
|
H A D | asm9260.S | 14 .macro waituarttxrdy,rd,rx 17 .macro waituartcts,rd,rx 20 .macro senduart,rd,rx 24 .macro busyuart,rd,rx
|
H A D | msm.S | 14 .macro senduart, rd, rx 20 .macro waituartcts,rd,rx 23 .macro waituarttxrdy, rd, rx 47 .macro busyuart, rd, rx
|
H A D | dc21285.S | 27 .macro senduart,rd,rx 31 .macro busyuart,rd,rx 37 .macro waituartcts,rd,rx 40 .macro waituarttxrdy,rd,rx
|
H A D | vt8500.S | 21 .macro senduart,rd,rx 25 .macro busyuart,rd,rx 31 .macro waituartcts,rd,rx 34 .macro waituarttxrdy,rd,rx
|
H A D | digicolor.S | 20 .macro senduart,rd,rx 24 .macro waituartcts,rd,rx 27 .macro waituarttxrdy,rd,rx 30 .macro busyuart,rd,rx
|
H A D | imx.S | 33 .macro senduart,rd,rx 38 .macro waituartcts,rd,rx 41 .macro waituarttxrdy,rd,rx 44 .macro busyuart,rd,rx
|
H A D | meson.S | 18 .macro senduart,rd,rx 22 .macro busyuart,rd,rx 28 .macro waituartcts,rd,rx 31 .macro waituarttxrdy,rd,rx
|
H A D | at91.S | 18 .macro senduart,rd,rx 22 .macro waituarttxrdy,rd,rx 28 .macro waituartcts,rd,rx 31 .macro busyuart,rd,rx
|
H A D | sti.S | 22 .macro senduart,rd,rx 26 .macro waituartcts,rd,rx 29 .macro waituarttxrdy,rd,rx 35 .macro busyuart,rd,rx
|
H A D | sa1100.S | 50 .macro senduart,rd,rx 54 .macro waituartcts,rd,rx 57 .macro waituarttxrdy,rd,rx 63 .macro busyuart,rd,rx
|
H A D | stm32.S | 26 .macro senduart,rd,rx 30 .macro waituartcts,rd,rx 33 .macro waituarttxrdy,rd,rx 39 .macro busyuart,rd,rx
|
H A D | clps711x.S | 23 .macro waituartcts,rd,rx 26 .macro waituarttxrdy,rd,rx 29 .macro senduart,rd,rx 33 .macro busyuart,rd,rx
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_buffer_mgmt_dqo.c | 15 struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx) in gve_alloc_buf_state() 35 bool gve_buf_state_is_allocated(struct gve_rx_ring *rx, in gve_buf_state_is_allocated() 43 void gve_free_buf_state(struct gve_rx_ring *rx, in gve_free_buf_state() 52 struct gve_rx_buf_state_dqo *gve_dequeue_buf_state(struct gve_rx_ring *rx, in gve_dequeue_buf_state() 75 void gve_enqueue_buf_state(struct gve_rx_ring *rx, struct gve_index_list *list, in gve_enqueue_buf_state() 93 struct gve_rx_buf_state_dqo *gve_get_recycled_buf_state(struct gve_rx_ring *rx) in gve_get_recycled_buf_state() 124 int gve_alloc_qpl_page_dqo(struct gve_rx_ring *rx, in gve_alloc_qpl_page_dqo() 163 void gve_try_recycle_buf(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_try_recycle_buf() 205 void gve_free_to_page_pool(struct gve_rx_ring *rx, in gve_free_to_page_pool() 218 static int gve_alloc_from_page_pool(struct gve_rx_ring *rx, in gve_alloc_from_page_pool() [all …]
|
H A D | gve_rx_dqo.c | 19 static void gve_rx_free_hdr_bufs(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_free_hdr_bufs() 31 static void gve_rx_init_ring_state_dqo(struct gve_rx_ring *rx, in gve_rx_init_ring_state_dqo() 68 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_reset_ring_dqo() local 112 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_stop_ring_dqo() local 124 void gve_rx_free_ring_dqo(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_free_ring_dqo() 187 static int gve_rx_alloc_hdr_bufs(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_alloc_hdr_bufs() 210 struct gve_rx_ring *rx, in gve_rx_alloc_ring_dqo() 299 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() local 308 struct gve_rx_ring *rx; in gve_rx_alloc_rings_dqo() local 340 struct gve_rx_ring *rx = cfg->rx; in gve_rx_free_rings_dqo() local [all …]
|
H A D | gve_rx.c | 27 struct gve_rx_ring *rx, in gve_rx_unfill_pages() 64 static void gve_rx_init_ring_state_gqi(struct gve_rx_ring *rx) in gve_rx_init_ring_state_gqi() 73 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_reset_ring_gqi() local 102 void gve_rx_free_ring_gqi(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_free_ring_gqi() 144 static void gve_setup_rx_buffer(struct gve_rx_ring *rx, in gve_setup_rx_buffer() 162 struct gve_rx_ring *rx) in gve_rx_alloc_buffer() 181 static int gve_rx_prefill_pages(struct gve_rx_ring *rx, in gve_rx_prefill_pages() 274 struct gve_rx_ring *rx, in gve_rx_alloc_ring_gqi() 389 struct gve_rx_ring *rx; in gve_rx_alloc_rings_gqi() local 421 struct gve_rx_ring *rx = cfg->rx; in gve_rx_free_rings_gqi() local [all …]
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | netdev_rx.c | 20 static int hfi1_netdev_setup_ctxt(struct hfi1_netdev_rx *rx, in hfi1_netdev_setup_ctxt() 121 static int hfi1_netdev_allot_ctxt(struct hfi1_netdev_rx *rx, in hfi1_netdev_allot_ctxt() 186 static int hfi1_netdev_rxq_init(struct hfi1_netdev_rx *rx) in hfi1_netdev_rxq_init() 244 static void hfi1_netdev_rxq_deinit(struct hfi1_netdev_rx *rx) in hfi1_netdev_rxq_deinit() 263 static void enable_queues(struct hfi1_netdev_rx *rx) in enable_queues() 279 static void disable_queues(struct hfi1_netdev_rx *rx) in disable_queues() 309 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_rx_init() local 329 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_rx_destroy() local 355 struct hfi1_netdev_rx *rx; in hfi1_alloc_rx() local 398 struct hfi1_netdev_rx *rx; in hfi1_netdev_enable_queues() local [all …]
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 561 struct bna_rx *rx = rxf->rx; in bna_rit_init() local 609 struct bna_rx *rx, in bna_rxf_init() 690 bna_rx_cb_rxf_started(struct bna_rx *rx) in bna_rx_cb_rxf_started() 704 bna_rx_cb_rxf_stopped(struct bna_rx *rx) in bna_rx_cb_rxf_stopped() 724 bna_rx_ucast_set(struct bna_rx *rx, const u8 *ucmac) in bna_rx_ucast_set() 746 bna_rx_mcast_add(struct bna_rx *rx, const u8 *addr, in bna_rx_mcast_add() 775 bna_rx_ucast_listset(struct bna_rx *rx, int count, const u8 *uclist) in bna_rx_ucast_listset() 833 bna_rx_mcast_listset(struct bna_rx *rx, int count, const u8 *mclist) in bna_rx_mcast_listset() 893 bna_rx_mcast_delall(struct bna_rx *rx) in bna_rx_mcast_delall() 924 bna_rx_vlan_add(struct bna_rx *rx, int vlan_id) in bna_rx_vlan_add() [all …]
|
/linux/net/mac80211/ |
H A D | rx.c | 892 static void ieee80211_parse_qos(struct ieee80211_rx_data *rx) in ieee80211_parse_qos() 959 static void ieee80211_verify_alignment(struct ieee80211_rx_data *rx) in ieee80211_verify_alignment() 1039 static ieee80211_rx_result ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx) in ieee80211_rx_mesh_check() 1353 static void ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, in ieee80211_rx_reorder_ampdu() 1427 ieee80211_rx_h_check_dup(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check_dup() 1482 ieee80211_rx_h_check(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check() 1537 ieee80211_rx_h_check_more_data(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check_more_data() 1694 ieee80211_rx_h_uapsd_and_pspoll(struct ieee80211_rx_data *rx) in ieee80211_rx_h_uapsd_and_pspoll() 1745 ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx) in ieee80211_rx_h_sta_process() 1880 ieee80211_rx_get_bigtk(struct ieee80211_rx_data *rx, int idx) in ieee80211_rx_get_bigtk() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_fs.c | 164 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_drop_destroy() 172 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_pass_destroy() 179 struct mlx5e_ipsec_rx *rx, in ipsec_rx_rule_add_match_obj() 198 struct mlx5e_ipsec_rx *rx) in rx_add_rule_drop_auth_trailer() 277 static int rx_add_rule_drop_replay(struct mlx5e_ipsec_sa_entry *sa_entry, struct mlx5e_ipsec_rx *rx) in rx_add_rule_drop_replay() 334 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_drop_all_create() 405 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_pass_group_create() 447 struct mlx5e_ipsec_rx *rx, in ipsec_rx_status_pass_create() 491 struct mlx5e_ipsec_rx *rx) in mlx5_ipsec_rx_status_destroy() 499 struct mlx5e_ipsec_rx *rx, in mlx5_ipsec_rx_status_create() [all …]
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 951 static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx) in tsnep_rx_ring_cleanup() 983 static int tsnep_rx_ring_create(struct tsnep_rx *rx) in tsnep_rx_ring_create() 1038 static void tsnep_rx_init(struct tsnep_rx *rx) in tsnep_rx_init() 1051 static void tsnep_rx_enable(struct tsnep_rx *rx) in tsnep_rx_enable() 1059 static void tsnep_rx_disable(struct tsnep_rx *rx) in tsnep_rx_disable() 1069 static int tsnep_rx_desc_available(struct tsnep_rx *rx) in tsnep_rx_desc_available() 1077 static void tsnep_rx_free_page_buffer(struct tsnep_rx *rx) in tsnep_rx_free_page_buffer() 1092 static int tsnep_rx_alloc_page_buffer(struct tsnep_rx *rx) in tsnep_rx_alloc_page_buffer() 1111 static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_page() 1120 static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_alloc_buffer() [all …]
|
/linux/net/rxrpc/ |
H A D | sendmsg.c | 107 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr() argument 131 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_waitall() argument 171 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr() argument 192 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window() argument 229 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx() argument 241 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struc argument 320 rxrpc_send_data(struct rxrpc_sock * rx,struct rxrpc_call * call,struct msghdr * msg,size_t len,rxrpc_notify_end_tx_t notify_end_tx,bool * _dropped_lock) rxrpc_send_data() argument 608 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock * rx,struct msghdr * msg,struct rxrpc_send_params * p) rxrpc_new_client_call_for_sendmsg() argument 659 rxrpc_do_sendmsg(struct rxrpc_sock * rx,struct msghdr * msg,size_t len) rxrpc_do_sendmsg() argument [all...] |