Searched refs:rx (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 863 uint32_t flags, int *ret, boolean_t rx) in nx_upipe_na_txsync_locked() argument 865 #pragma unused(p, flags, rx) in nx_upipe_na_txsync_locked() 881 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked() 887 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked() 928 (rx ? " (lost race, ok)" : "")); in nx_upipe_na_txsync_locked() 987 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked() 993 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 502 skn_free_type_array(rx, struct nx_netif_mit, in nx_netif_prov_nx_stop() 3517 void (*rx)(struct nexus_adapter *, struct __kern_packet *, 3539 hwna->na_rx = rx; 3551 void (*rx)(struct nexus_adapter *, struct __kern_packet *, 3554 return netif_hwna_config_mode(hwna, mode, rx, TRUE);
|
| H A D | nx_netif_compat.c | 718 skn_free_type_array(rx, struct nx_netif_mit, in nx_netif_compat_na_activate()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | pf.c | 2923 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport() argument 2932 d = (rx->call_id == sx->call_id); in pf_match_xport() 2937 d = (rx->spi == sx->spi); in pf_match_xport() 2944 if (rx->range.op) { in pf_match_xport() 2945 d = pf_match_port(rx->range.op, in pf_match_xport() 2946 rx->range.port[0], rx->range.port[1], in pf_match_xport()
|