Searched refs:send_cb (Results 1 – 10 of 10) sorted by relevance
| /freebsd/tests/sys/common/ |
| H A D | sender.py | 99 send_cb = partial(send_packet, args, pkt) 100 packets = sc.sniff(iface=args.iface, started_callback=send_cb, 135 send_cb = partial(send_packet, args, pkt) 136 packets = sc.sniff(iface=args.iface, started_callback=send_cb, 178 send_cb = partial(send_packet, args, pkt) 179 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | ce.c | 20 .send_cb = ath11k_htc_tx_completion_handler, 47 .send_cb = ath11k_htc_tx_completion_handler, 81 .send_cb = ath11k_htc_tx_completion_handler, 98 .send_cb = ath11k_htc_tx_completion_handler, 152 .send_cb = ath11k_htc_tx_completion_handler, 186 .send_cb = ath11k_htc_tx_completion_handler, 232 .send_cb = ath11k_htc_tx_completion_handler, 513 if ((!pipe->send_cb) || ab->hw_params.credit_flow) { in ath11k_ce_tx_process_cb() 524 pipe->send_cb(ab, skb); in ath11k_ce_tx_process_cb() 660 pipe->send_cb = attr->send_cb; in ath11k_ce_alloc_pipe()
|
| H A D | ce.h | 121 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member 175 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | ce.c | 591 pipe->send_cb = ath12k_ce_send_done_cb; in ath12k_ce_alloc_pipe() 623 if (pipe->send_cb) in ath12k_ce_per_engine_service() 624 pipe->send_cb(pipe); in ath12k_ce_per_engine_service() 634 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed() 635 pipe->send_cb(pipe); in ath12k_ce_poll_send_completed()
|
| H A D | ce.h | 148 void (*send_cb)(struct ath12k_ce_pipe *pipe); member
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | ce.h | 124 void (*send_cb)(struct ath10k_ce_pipe *); member 301 void (*send_cb)(struct ath10k_ce_pipe *); member
|
| H A D | ce.c | 1254 if (ce_state->send_cb) in ath10k_ce_per_engine_service() 1255 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service() 1298 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust() 1902 ce_state->send_cb = attr->send_cb; in ath10k_ce_alloc_pipe()
|
| H A D | snoc.c | 142 .send_cb = ath10k_snoc_htc_tx_cb, 169 .send_cb = ath10k_snoc_htc_tx_cb, 178 .send_cb = ath10k_snoc_htt_tx_cb,
|
| H A D | pci.c | 136 .send_cb = ath10k_pci_htc_tx_cb, 163 .send_cb = ath10k_pci_htc_tx_cb, 172 .send_cb = ath10k_pci_htt_tx_cb,
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_send.c | 1071 send_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, in send_cb() function 1213 st_arg->flags | TRAVERSE_LOGICAL, send_cb, st_arg); in send_traverse_thread()
|