Home
last modified time | relevance | path

Searched refs:comm_index (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/
A Dhns_dsaf_rcb.h107 u8 comm_index; member
116 int hns_rcb_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index);
117 void hns_rcb_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index);
A Dhns_dsaf_ppe.c72 static int hns_ppe_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index) in hns_ppe_common_get_cfg() argument
90 ppe_common->comm_index = comm_index; in hns_ppe_common_get_cfg()
99 dsaf_dev->ppe_common[comm_index] = ppe_common; in hns_ppe_common_get_cfg()
105 hns_ppe_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index) in hns_ppe_common_free_cfg() argument
107 dsaf_dev->ppe_common[comm_index] = NULL; in hns_ppe_common_free_cfg()
A Dhns_dsaf_rcb.c779 int comm_index) in hns_rcb_common_get_cfg() argument
795 rcb_common->comm_index = comm_index; in hns_rcb_common_get_cfg()
808 dsaf_dev->rcb_common[comm_index] = rcb_common; in hns_rcb_common_get_cfg()
813 u32 comm_index) in hns_rcb_common_free_cfg() argument
815 dsaf_dev->rcb_common[comm_index] = NULL; in hns_rcb_common_free_cfg()
824 = dsaf_dev->ppe_common[ring->rcb_common->comm_index]; in hns_rcb_update_stats()
A Dhns_dsaf_ppe.h92 u8 comm_index; /*ppe_common index*/ member

Completed in 9 milliseconds