Searched refs:rx (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 848 uint32_t flags, int *ret, boolean_t rx) in nx_upipe_na_txsync_locked() argument 850 #pragma unused(p, flags, rx) in nx_upipe_na_txsync_locked() 866 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked() 872 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked() 913 (rx ? " (lost race, ok)" : "")); in nx_upipe_na_txsync_locked() 972 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked() 978 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 459 skn_free_type_array_counted_by(rx, struct nx_netif_mit, in nx_netif_prov_nx_stop() 3844 void (*rx)(struct nexus_adapter *, struct __kern_packet *, 3866 hwna->na_rx = rx; 3877 void (*rx)(struct nexus_adapter *, struct __kern_packet *, 3880 return netif_hwna_config_mode(hwna, mode, rx, TRUE);
|
| H A D | nx_netif_compat.c | 705 skn_free_type_array_counted_by(rx, struct nx_netif_mit, in nx_netif_compat_na_activate()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf.c | 3021 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport() argument 3030 d = (rx->call_id == sx->call_id); in pf_match_xport() 3035 d = (rx->spi == sx->spi); in pf_match_xport() 3042 if (rx->range.op) { in pf_match_xport() 3043 d = pf_match_port(rx->range.op, in pf_match_xport() 3044 rx->range.port[0], rx->range.port[1], in pf_match_xport()
|