Home
last modified time | relevance | path

Searched refs:rx_thresh (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c142 u32 val, size_val, rx_thresh, tx_thresh, ibi_val; in hci_pio_init() local
166 rx_thresh = FIELD_GET(RX_DATA_BUFFER_SIZE, size_val); in hci_pio_init()
170 if (rx_thresh) in hci_pio_init()
171 rx_thresh -= 1; in hci_pio_init()
174 pio->rx_thresh_size = 2 << rx_thresh; in hci_pio_init()
178 pio->rx_thresh_size = 1 << rx_thresh; in hci_pio_init()
181 val = FIELD_PREP(DATA_RX_BUF_THLD, rx_thresh) | in hci_pio_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c537 u16 rx_thresh = ICE_RING_QUARTER(rx_ring); in ice_alloc_rx_bufs_zc() local
540 tail_bumps = count / rx_thresh; in ice_alloc_rx_bufs_zc()
541 leftover = count - (tail_bumps * rx_thresh); in ice_alloc_rx_bufs_zc()
544 if (!__ice_alloc_rx_bufs_zc(rx_ring, rx_thresh)) in ice_alloc_rx_bufs_zc()
/kernel/linux/linux-5.10/drivers/net/ethernet/via/
H A Dvia-velocity.c276 /* rx_thresh[] is used for controlling the receive fifo threshold.
282 VELOCITY_PARAM(rx_thresh, "Receive fifo threshold");
469 velocity_set_int_opt(&opts->rx_thresh, rx_thresh[index], in velocity_get_options()
471 "rx_thresh"); in velocity_get_options()
1384 mac_set_rx_thresh(regs, vptr->options.rx_thresh); in velocity_init_registers()
H A Dvia-rhine.c475 u8 tx_thresh, rx_thresh; member
1564 rp->rx_thresh = 0x60; /* Written in rhine_set_rx_mode(). */ in init_registers()
H A Dvia-velocity.h1364 int rx_thresh; /* RX_THRESH */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/via/
H A Dvia-velocity.c276 /* rx_thresh[] is used for controlling the receive fifo threshold.
282 VELOCITY_PARAM(rx_thresh, "Receive fifo threshold");
469 velocity_set_int_opt(&opts->rx_thresh, rx_thresh[index], in velocity_get_options()
471 "rx_thresh"); in velocity_get_options()
1384 mac_set_rx_thresh(regs, vptr->options.rx_thresh); in velocity_init_registers()
H A Dvia-rhine.c475 u8 tx_thresh, rx_thresh; member
1561 rp->rx_thresh = 0x60; /* Written in rhine_set_rx_mode(). */ in init_registers()
H A Dvia-velocity.h1363 int rx_thresh; /* RX_THRESH */ member

Completed in 24 milliseconds