Searched refs:eth_rx_bd (Results 1 – 5 of 5) sorted by relevance
26 #define U_ETH_BDS_PER_PAGE (PAGE_SIZE/(STRUCT_SIZE(eth_rx_bd)/8))
3831 struct eth_rx_bd struct
416 ASSERT_STATIC(sizeof(struct eth_rx_bd)*LM_RX_BD_CQ_SIZE_RATIO == sizeof(union eth_rx_cqe)); in lm_alloc_rcq()417 ASSERT_STATIC(sizeof(struct eth_rx_bd) == sizeof(struct eth_rx_sge) ); in lm_alloc_rcq()684 …static u8_t const eth_rx_size_arr[LM_RXQ_CHAIN_IDX_MAX] = {sizeof(struct eth_rx_bd), sizeof(struc… in lm_setup_rxq()
105 struct eth_rx_bd* cur_bd = NULL; in lm_post_buffers()
458 #define LM_RX_BD_CQ_SIZE_RATIO (sizeof(union eth_rx_cqe) / sizeof(struct eth_rx_bd))606 struct eth_rx_bd *dbg_bd;