Symbol: mcx_rx
sys/dev/pci/if_mcx.c
2346
struct mcx_rx q_rx;
sys/dev/pci/if_mcx.c
2575
static int mcx_create_rq(struct mcx_softc *, struct mcx_rx *, int, int);
sys/dev/pci/if_mcx.c
2576
static int mcx_destroy_rq(struct mcx_softc *, struct mcx_rx *);
sys/dev/pci/if_mcx.c
2577
static int mcx_ready_rq(struct mcx_softc *, struct mcx_rx *);
sys/dev/pci/if_mcx.c
2578
static int mcx_create_tir_direct(struct mcx_softc *, struct mcx_rx *,
sys/dev/pci/if_mcx.c
2600
static int mcx_query_rq(struct mcx_softc *, struct mcx_rx *, struct mcx_rq_ctx *);
sys/dev/pci/if_mcx.c
2618
static int mcx_process_rx(struct mcx_softc *, struct mcx_rx *,
sys/dev/pci/if_mcx.c
3015
struct mcx_rx *rx = &q->q_rx;
sys/dev/pci/if_mcx.c
4809
mcx_create_rq(struct mcx_softc *sc, struct mcx_rx *rx, int db, int cqn)
sys/dev/pci/if_mcx.c
4906
mcx_ready_rq(struct mcx_softc *sc, struct mcx_rx *rx)
sys/dev/pci/if_mcx.c
4962
mcx_destroy_rq(struct mcx_softc *sc, struct mcx_rx *rx)
sys/dev/pci/if_mcx.c
5009
mcx_create_tir_direct(struct mcx_softc *sc, struct mcx_rx *rx, int *tirn)
sys/dev/pci/if_mcx.c
6494
mcx_query_rq(struct mcx_softc *sc, struct mcx_rx *rx, struct mcx_rq_ctx *rq_ctx)
sys/dev/pci/if_mcx.c
6737
mcx_rx_fill_slots(struct mcx_softc *sc, struct mcx_rx *rx, uint nslots)
sys/dev/pci/if_mcx.c
6804
mcx_rx_fill(struct mcx_softc *sc, struct mcx_rx *rx)
sys/dev/pci/if_mcx.c
6820
struct mcx_rx *rx = xrx;
sys/dev/pci/if_mcx.c
6932
mcx_process_rx(struct mcx_softc *sc, struct mcx_rx *rx,
sys/dev/pci/if_mcx.c
7050
struct mcx_rx *rx = &q->q_rx;
sys/dev/pci/if_mcx.c
7241
struct mcx_rx *rx;
sys/dev/pci/if_mcx.c
7325
struct mcx_rx *rx;
sys/dev/pci/if_mcx.c
7581
struct mcx_rx *rx = &q->q_rx;