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);
69 static int hns_ppe_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index) in hns_ppe_common_get_cfg() argument87 ppe_common->comm_index = comm_index; in hns_ppe_common_get_cfg()96 dsaf_dev->ppe_common[comm_index] = ppe_common; in hns_ppe_common_get_cfg()102 hns_ppe_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index) in hns_ppe_common_free_cfg() argument104 dsaf_dev->ppe_common[comm_index] = NULL; in hns_ppe_common_free_cfg()
775 int comm_index) in hns_rcb_common_get_cfg() argument791 rcb_common->comm_index = comm_index; in hns_rcb_common_get_cfg()804 dsaf_dev->rcb_common[comm_index] = rcb_common; in hns_rcb_common_get_cfg()809 u32 comm_index) in hns_rcb_common_free_cfg() argument811 dsaf_dev->rcb_common[comm_index] = NULL; in hns_rcb_common_free_cfg()820 = dsaf_dev->ppe_common[ring->rcb_common->comm_index]; in hns_rcb_update_stats()
92 u8 comm_index; /*ppe_common index*/ member