Searched refs:HNS_RCB_RX_FRAMES_HIGH (Results 1 – 2 of 2) sorted by relevance
37 #define HNS_RCB_RX_FRAMES_HIGH 1023 macro
610 *rx_frames_high = (dsaf_dev->desc_num - 1 > HNS_RCB_RX_FRAMES_HIGH) ? in hns_ae_get_coalesce_range()611 HNS_RCB_RX_FRAMES_HIGH : dsaf_dev->desc_num - 1; in hns_ae_get_coalesce_range()