Searched refs:comm_index (Results 1 – 4 of 4) sorted by relevance
111 u8 comm_index; member120 int hns_rcb_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index);121 void hns_rcb_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index);
76 static int hns_ppe_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index) in hns_ppe_common_get_cfg() argument93 ppe_common->comm_index = comm_index; in hns_ppe_common_get_cfg()102 dsaf_dev->ppe_common[comm_index] = ppe_common; in hns_ppe_common_get_cfg()108 hns_ppe_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index) in hns_ppe_common_free_cfg() argument110 dsaf_dev->ppe_common[comm_index] = NULL; in hns_ppe_common_free_cfg()
782 int comm_index) in hns_rcb_common_get_cfg() argument797 rcb_common->comm_index = comm_index; in hns_rcb_common_get_cfg()810 dsaf_dev->rcb_common[comm_index] = rcb_common; in hns_rcb_common_get_cfg()815 u32 comm_index) in hns_rcb_common_free_cfg() argument817 dsaf_dev->rcb_common[comm_index] = NULL; in hns_rcb_common_free_cfg()826 = dsaf_dev->ppe_common[ring->rcb_common->comm_index]; in hns_rcb_update_stats()
96 u8 comm_index; /*ppe_common index*/ member