Searched refs:comm_index (Results 1 – 4 of 4) sorted by relevance
107 u8 comm_index; member116 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);
72 static int hns_ppe_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index) in hns_ppe_common_get_cfg() argument90 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() argument107 dsaf_dev->ppe_common[comm_index] = NULL; in hns_ppe_common_free_cfg()
778 int comm_index) in hns_rcb_common_get_cfg() argument794 rcb_common->comm_index = comm_index; in hns_rcb_common_get_cfg()807 dsaf_dev->rcb_common[comm_index] = rcb_common; in hns_rcb_common_get_cfg()812 u32 comm_index) in hns_rcb_common_free_cfg() argument814 dsaf_dev->rcb_common[comm_index] = NULL; in hns_rcb_common_free_cfg()823 = dsaf_dev->ppe_common[ring->rcb_common->comm_index]; in hns_rcb_update_stats()
92 u8 comm_index; /*ppe_common index*/ member