Searched refs:coalesced_frames (Results 1 – 2 of 2) sorted by relevance
250 u32 coalesced_frames) in hns_rcb_set_port_coalesced_frames() argument254 if (coalesced_frames >= rcb_common->desc_num || in hns_rcb_set_port_coalesced_frames()255 coalesced_frames > HNS_RCB_MAX_COALESCED_FRAMES) in hns_rcb_set_port_coalesced_frames()259 coalesced_frames); in hns_rcb_set_port_coalesced_frames()350 rcb_common, i, rcb_common->coalesced_frames); in hns_rcb_common_init_hw()550 int port, u32 coalesced_frames) in hns_rcb_set_coalesced_frames() argument559 if (coalesced_reg_val == coalesced_frames) in hns_rcb_set_coalesced_frames()562 if (coalesced_frames >= HNS_RCB_MIN_COALESCED_FRAMES) { in hns_rcb_set_coalesced_frames()564 coalesced_frames); in hns_rcb_set_coalesced_frames()708 rcb_common->coalesced_frames = HNS_RCB_DEF_COALESCED_FRAMES; in hns_rcb_common_get_cfg()
95 u32 coalesced_frames; /* frames threshold of rx interrupt */ member