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

/freebsd-13-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c846 struct vmxnet3_comp_ring *rxc; local
852 rxc = &rxq->vxrxq_comp_ring;
865 rxc->vxcr_ndesc = scctx->isc_nrxd[0];
919 struct vmxnet3_comp_ring *rxc; local
922 rxc = &rxq->vxrxq_comp_ring;
925 rxc->vxcr_u.rxcd =
927 rxc->vxcr_paddr = paddrs[q * nrxqs + 0];
1459 struct vmxnet3_comp_ring *rxc; local
1468 rxc = &rxq->vxrxq_comp_ring;
1471 completed_gen = rxc
1504 struct vmxnet3_comp_ring *rxc; local
1857 struct vmxnet3_comp_ring *rxc; local
[all...]
/freebsd-13-stable/sys/dev/ste/
H A Dif_ste.c1130 struct ste_chain_onefrag *rxc; local
1293 rxc = &sc->ste_cdata.ste_rx_chain[i];
1294 rxc->ste_ptr = NULL;
1295 rxc->ste_mbuf = NULL;
1296 rxc->ste_next = NULL;
1297 rxc->ste_map = NULL;
1299 &rxc->ste_map);
1315 struct ste_chain_onefrag *rxc; local
1334 rxc = &sc->ste_cdata.ste_rx_chain[i];
1335 if (rxc
1384 ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *rxc) argument
[all...]
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c556 static int kidspad(u_char rxc, mousestatus_t *act);
3194 kidspad(u_char rxc, mousestatus_t *act) argument
3203 if (buflen > 0 && (rxc & 0x80)) {
3204 fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
3207 if (buflen == 0 && (rxc & 0xb8) != 0xb8) {
3208 fprintf(stderr, "invalid code 0 0x%x\n", rxc);
3211 buf[buflen++] = rxc;
3256 gtco_digipad (u_char rxc, mousestatus_t *act) argument
3269 if (buflen > 0 && ((rxc & GTCO_HEADER) != GTCO_HEADER)) {
3270 fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
[all...]
/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c74 int txc, rxc, i; local
91 rxc = ena_rx_cleanup(rx_ring);
97 if ((txc != TX_BUDGET) && (rxc != RX_BUDGET))
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_ix.c2933 uint32_t hl, rxc; local
2936 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
2939 D("%s read HLREG 0x%x rxc 0x%x",
2940 onoff ? "enter" : "exit", hl, rxc);
2943 rxc &= ~IXGBE_RDRXCTL_RSCFRSTSIZE;
2944 rxc |= IXGBE_RDRXCTL_RSCACKC;
2948 rxc &= ~IXGBE_RDRXCTL_CRCSTRIP;
2952 rxc |= IXGBE_RDRXCTL_CRCSTRIP;
2956 D("%s write HLREG 0x%x rxc 0x%x",
2957 onoff ? "enter" : "exit", hl, rxc);
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.h2048 rxc:1, member in struct:sli4_res_common_get_sli4_parameters_s

Completed in 204 milliseconds