Home
last modified time | relevance | path

Searched refs:rxfc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dks8851_common.c256 unsigned rxfc; in ks8851_rx_pkts() local
261 rxfc = (ks8851_rdreg16(ks, KS_RXFCTR) >> 8) & 0xff; in ks8851_rx_pkts()
264 "%s: %d packets\n", __func__, rxfc); in ks8851_rx_pkts()
276 for (; rxfc != 0; rxfc--) { in ks8851_rx_pkts()
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dks8851_common.c255 unsigned rxfc; in ks8851_rx_pkts() local
260 rxfc = (ks8851_rdreg16(ks, KS_RXFCTR) >> 8) & 0xff; in ks8851_rx_pkts()
263 "%s: %d packets\n", __func__, rxfc); in ks8851_rx_pkts()
275 for (; rxfc != 0; rxfc--) { in ks8851_rx_pkts()
/kernel/linux/linux-5.10/net/can/
H A Disotp.c146 struct can_isotp_fc_options rxfc, txfc; member
237 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc()
238 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc()
603 if (!so->rxfc.bs || ++so->rx.bs < so->rxfc.bs) { in isotp_rcv_cf()
614 /* we reached the specified blocksize so->rxfc.bs */ in isotp_rcv_cf()
1378 if (copy_from_sockptr(&so->rxfc, optval, optlen)) in isotp_setsockopt_locked()
1471 val = &so->rxfc; in isotp_getsockopt()
1580 so->rxfc.bs = CAN_ISOTP_DEFAULT_RECV_BS; in isotp_init()
1581 so->rxfc in isotp_init()
[all...]
/kernel/linux/linux-6.6/net/can/
H A Disotp.c159 struct can_isotp_fc_options rxfc, txfc; member
250 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc()
251 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc()
626 if (!so->rxfc.bs || ++so->rx.bs < so->rxfc.bs) { in isotp_rcv_cf()
637 /* we reached the specified blocksize so->rxfc.bs */ in isotp_rcv_cf()
1415 if (copy_from_sockptr(&so->rxfc, optval, optlen)) in isotp_setsockopt_locked()
1508 val = &so->rxfc; in isotp_getsockopt()
1617 so->rxfc.bs = CAN_ISOTP_DEFAULT_RECV_BS; in isotp_init()
1618 so->rxfc in isotp_init()
[all...]

Completed in 7 milliseconds