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

/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_rcb.h107 u8 comm_index; member in struct:rcb_common_cb
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);
H A Dhns_dsaf_ppe.h92 u8 comm_index; /*ppe_common index*/ member in struct:ppe_common_cb
H A Dhns_dsaf_ppe.c66 * @comm_index: common index
69 static int hns_ppe_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index) argument
87 ppe_common->comm_index = comm_index;
96 dsaf_dev->ppe_common[comm_index] = ppe_common;
102 hns_ppe_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index) argument
104 dsaf_dev->ppe_common[comm_index] = NULL;
H A Dhns_dsaf_rcb.c775 int comm_index)
791 rcb_common->comm_index = comm_index;
804 dsaf_dev->rcb_common[comm_index] = rcb_common;
809 u32 comm_index)
811 dsaf_dev->rcb_common[comm_index] = NULL;
820 = dsaf_dev->ppe_common[ring->rcb_common->comm_index];
774 hns_rcb_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index) argument
808 hns_rcb_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index) argument

Completed in 230 milliseconds