Home
last modified time | relevance | path

Searched refs:coalesced_frames (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.c250 u32 coalesced_frames) in hns_rcb_set_port_coalesced_frames() argument
254 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() argument
559 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()
Dhns_dsaf_rcb.h95 u32 coalesced_frames; /* frames threshold of rx interrupt */ member