Searched refs:frame_max (Results 1 – 7 of 7) sorted by relevance
88 u16 frame_max = self->frame_max; in aq_get_rxpages() local96 rxbuf->rxdata.pg_off += frame_max + page_offset + in aq_get_rxpages()98 if (rxbuf->rxdata.pg_off + frame_max + tail_size <= in aq_get_rxpages()187 self->frame_max = AQ_CFG_RX_FRAME_MAX; in aq_ring_rx_alloc()196 self->page_order = fls(self->frame_max / PAGE_SIZE + in aq_ring_rx_alloc()197 (self->frame_max % PAGE_SIZE ? 1 : 0)) - 1; in aq_ring_rx_alloc()638 self->frame_max); in __aq_ring_rx_clean()657 self->frame_max); in __aq_ring_rx_clean()702 int frame_sz = rx_ring->page_offset + rx_ring->frame_max + in __aq_ring_xdp_clean()879 buff->len = self->frame_max; in aq_ring_rx_fill()
148 u16 frame_max; member
163 info->v1i.frame_max = FJES_MTU_TO_FRAME_SIZE(mtu); in fjes_hw_setup_epbuf()165 EP_RING_NUM(info->v1i.buffer_size, info->v1i.frame_max); in fjes_hw_setup_epbuf()866 return ((info->v1i.frame_max == FJES_MTU_TO_FRAME_SIZE(mtu)) && in fjes_hw_check_mtu()940 info->v1i.frame_max]); in fjes_hw_epbuf_rx_curpkt_get_addr()971 info->v1i.frame_max]); in fjes_hw_epbuf_tx_pkt_send()
209 u32 frame_max; member
534 aq_ring->frame_max / 1024U, in hw_atl_a0_hw_ring_rx_init()709 ring->frame_max; in hw_atl_a0_hw_ring_rx_receive()711 buff->len : ring->frame_max; in hw_atl_a0_hw_ring_rx_receive()
769 aq_ring->frame_max / 1024U, in hw_atl_b0_hw_ring_rx_init()979 ring->frame_max; in hw_atl_b0_hw_ring_rx_receive()981 buff->len : ring->frame_max; in hw_atl_b0_hw_ring_rx_receive()986 rxd_wb->pkt_len > ring->frame_max ? in hw_atl_b0_hw_ring_rx_receive()987 ring->frame_max : rxd_wb->pkt_len; in hw_atl_b0_hw_ring_rx_receive()
1179 unsigned frame_max; in ncm_unwrap_ntb() local1187 frame_max = ncm_opts->max_segment_size; in ncm_unwrap_ntb()1286 (dg_len > frame_max)) { in ncm_unwrap_ntb()
Completed in 23 milliseconds