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

/freebsd-12-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c848 struct vmxnet3_comp_ring *rxc; local
854 rxc = &rxq->vxrxq_comp_ring;
867 rxc->vxcr_ndesc = scctx->isc_nrxd[0];
921 struct vmxnet3_comp_ring *rxc; local
924 rxc = &rxq->vxrxq_comp_ring;
927 rxc->vxcr_u.rxcd =
929 rxc->vxcr_paddr = paddrs[q * nrxqs + 0];
1461 struct vmxnet3_comp_ring *rxc; local
1470 rxc = &rxq->vxrxq_comp_ring;
1473 completed_gen = rxc
1506 struct vmxnet3_comp_ring *rxc; local
1859 struct vmxnet3_comp_ring *rxc; local
[all...]
/freebsd-12-stable/sys/dev/ste/
H A Dif_ste.c1128 struct ste_chain_onefrag *rxc; local
1291 rxc = &sc->ste_cdata.ste_rx_chain[i];
1292 rxc->ste_ptr = NULL;
1293 rxc->ste_mbuf = NULL;
1294 rxc->ste_next = NULL;
1295 rxc->ste_map = NULL;
1297 &rxc->ste_map);
1313 struct ste_chain_onefrag *rxc; local
1332 rxc = &sc->ste_cdata.ste_rx_chain[i];
1333 if (rxc
1382 ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *rxc) argument
[all...]
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c570 static int kidspad(u_char rxc, mousestatus_t *act);
3231 kidspad(u_char rxc, mousestatus_t *act) argument
3240 if (buflen > 0 && (rxc & 0x80)) {
3241 fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
3244 if (buflen == 0 && (rxc & 0xb8) != 0xb8) {
3245 fprintf(stderr, "invalid code 0 0x%x\n", rxc);
3248 buf[buflen++] = rxc;
3293 gtco_digipad (u_char rxc, mousestatus_t *act) argument
3306 if (buflen > 0 && ((rxc & GTCO_HEADER) != GTCO_HEADER)) {
3307 fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
[all...]
/freebsd-12-stable/sys/dev/ena/
H A Dena_datapath.c75 int txc, rxc, i; local
92 rxc = ena_rx_cleanup(rx_ring);
98 if ((txc != TX_BUDGET) && (rxc != RX_BUDGET))
/freebsd-12-stable/sys/dev/ixgbe/
H A Dif_ix.c2837 uint32_t hl, rxc; local
2840 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
2843 D("%s read HLREG 0x%x rxc 0x%x",
2844 onoff ? "enter" : "exit", hl, rxc);
2847 rxc &= ~IXGBE_RDRXCTL_RSCFRSTSIZE;
2848 rxc |= IXGBE_RDRXCTL_RSCACKC;
2852 rxc &= ~IXGBE_RDRXCTL_CRCSTRIP;
2856 rxc |= IXGBE_RDRXCTL_CRCSTRIP;
2860 D("%s write HLREG 0x%x rxc 0x%x",
2861 onoff ? "enter" : "exit", hl, rxc);
[all...]
/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.h2062 rxc:1, member in struct:sli4_res_common_get_sli4_parameters_s

Completed in 271 milliseconds