Searched refs:rxc (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c844 struct vmxnet3_comp_ring *rxc; local
850 rxc = &rxq->vxrxq_comp_ring;
863 rxc->vxcr_ndesc = scctx->isc_nrxd[0];
917 struct vmxnet3_comp_ring *rxc; local
920 rxc = &rxq->vxrxq_comp_ring;
923 rxc->vxcr_u.rxcd =
925 rxc->vxcr_paddr = paddrs[q * nrxqs + 0];
1454 struct vmxnet3_comp_ring *rxc; local
1463 rxc = &rxq->vxrxq_comp_ring;
1466 completed_gen = rxc
1499 struct vmxnet3_comp_ring *rxc; local
1849 struct vmxnet3_comp_ring *rxc; local
[all...]
/freebsd-current/sys/dev/ste/
H A Dif_ste.c1125 struct ste_chain_onefrag *rxc; local
1288 rxc = &sc->ste_cdata.ste_rx_chain[i];
1289 rxc->ste_ptr = NULL;
1290 rxc->ste_mbuf = NULL;
1291 rxc->ste_next = NULL;
1292 rxc->ste_map = NULL;
1294 &rxc->ste_map);
1310 struct ste_chain_onefrag *rxc; local
1329 rxc = &sc->ste_cdata.ste_rx_chain[i];
1330 if (rxc
1379 ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *rxc) argument
[all...]
/freebsd-current/usr.sbin/moused/
H A Dmoused.c553 static int kidspad(u_char rxc, mousestatus_t *act);
3190 kidspad(u_char rxc, mousestatus_t *act) argument
3199 if (buflen > 0 && (rxc & 0x80)) {
3200 fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
3203 if (buflen == 0 && (rxc & 0xb8) != 0xb8) {
3204 fprintf(stderr, "invalid code 0 0x%x\n", rxc);
3207 buf[buflen++] = rxc;
3252 gtco_digipad (u_char rxc, mousestatus_t *act) argument
3265 if (buflen > 0 && ((rxc & GTCO_HEADER) != GTCO_HEADER)) {
3266 fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
[all...]
/freebsd-current/sys/dev/ena/
H A Dena_datapath.c78 int txc, rxc, i; local
95 rxc = ena_rx_cleanup(rx_ring);
101 if ((txc != ENA_TX_BUDGET) && (rxc != ENA_RX_BUDGET))
/freebsd-current/sys/dev/ixgbe/
H A Dif_ix.c2995 uint32_t hl, rxc; local
2998 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
3001 D("%s read HLREG 0x%x rxc 0x%x",
3002 onoff ? "enter" : "exit", hl, rxc);
3005 rxc &= ~IXGBE_RDRXCTL_RSCFRSTSIZE;
3006 rxc |= IXGBE_RDRXCTL_RSCACKC;
3010 rxc &= ~IXGBE_RDRXCTL_CRCSTRIP;
3014 rxc |= IXGBE_RDRXCTL_CRCSTRIP;
3018 D("%s write HLREG 0x%x rxc 0x%x",
3019 onoff ? "enter" : "exit", hl, rxc);
[all...]
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_ni.c2841 int error, rxc, txc; local
2844 rxc = dpaa2_ni_rx_cleanup(ch);
2852 if ((txc != DPAA2_TX_BUDGET) && (rxc != DPAA2_RX_BUDGET)) {
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h2102 rxc:1, member in struct:sli4_res_common_get_sli4_parameters_s

Completed in 165 milliseconds