Home
last modified time | relevance | path

Searched refs:int_buf (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c409 hdroom->int_buf.reserve_cells = reserve_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()
411 if (hdroom->int_buf.enable) in mlxsw_sp_hdroom_bufs_reset_sizes()
412 hdroom->int_buf.size_cells = reserve_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()
414 hdroom->int_buf.size_cells = 0; in mlxsw_sp_hdroom_bufs_reset_sizes()
513 dirty = memcmp(&mlxsw_sp_port->hdroom->int_buf, &hdroom->int_buf, sizeof(hdroom->int_buf)); in mlxsw_sp_hdroom_configure_int_buf()
517 mlxsw_reg_sbib_pack(sbib_pl, mlxsw_sp_port->local_port, hdroom->int_buf.size_cells); in mlxsw_sp_hdroom_configure_int_buf()
522 mlxsw_sp_port->hdroom->int_buf = hdroom->int_buf; in mlxsw_sp_hdroom_configure_int_buf()
535 taken_headroom_cells += hdroom->int_buf.reserve_cells; in mlxsw_sp_hdroom_bufs_fit()
Dspectrum_dcb.c601 buf->total_size += mlxsw_sp_cells_bytes(mlxsw_sp, hdroom->int_buf.size_cells); in mlxsw_sp_dcbnl_getbuffer()
Dspectrum.h572 } int_buf; member
Dspectrum_span.c982 hdroom.int_buf.enable = enable; in mlxsw_sp_span_port_buffer_update()
/linux-6.1.9/drivers/staging/vt6656/
Dusbpipe.c183 int_data = (struct vnt_interrupt_data *)priv->int_buf.data_buf; in vnt_int_process_data()
249 priv->int_buf.data_buf, in vnt_start_interrupt_urb()
Ddevice.h290 struct vnt_interrupt_buffer int_buf; member
Dmain_usb.c483 kfree(priv->int_buf.data_buf); in vnt_free_int_bufs()
543 priv->int_buf.data_buf = kmalloc(MAX_INTERRUPT_SIZE, GFP_KERNEL); in vnt_alloc_bufs()
544 if (!priv->int_buf.data_buf) { in vnt_alloc_bufs()
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h1379 u8 int_buf[USB_INTR_CONTENT_LENGTH]; member
Drtl8xxxu_core.c5914 priv->int_buf, USB_INTR_CONTENT_LENGTH, in rtl8xxxu_submit_int_urb()