Searched refs:RxD_t (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.h | 533 struct RxD_t { struct 562 struct RxD_t h; argument 573 struct RxD_t h; 1069 static int rx_osm_handler(struct ring_info *ring_data, struct RxD_t * rxdp); 1102 u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp,
|
H A D | s2io.c | 100 static inline int RXD_IS_UP2DT(struct RxD_t *rxdp) in RXD_IS_UP2DT() 2458 struct RxD_t *rxdp; in fill_rx_buffers() 2464 struct RxD_t *first_rxdp = NULL; in fill_rx_buffers() 2666 struct RxD_t *rxdp; in free_rxd_blk() 2894 struct RxD_t *rxdp; in rx_intr_handler() 6744 static int set_rxd_buffer_pointer(struct s2io_nic *sp, struct RxD_t *rxdp, in set_rxd_buffer_pointer() 6845 static void set_rxd_buffer_size(struct s2io_nic *sp, struct RxD_t *rxdp, in set_rxd_buffer_size() 6864 struct RxD_t *rxdp = NULL; in rxd_owner_bit_reset() 7279 static int rx_osm_handler(struct ring_info *ring_data, struct RxD_t * rxdp) in rx_osm_handler() 8166 struct tcphdr **tcp, struct RxD_t *rxdp, in check_L2_lro_capable() [all …]
|