Symbol: hns_roce_buf
drivers/infiniband/hw/hns/hns_roce_alloc.c
133
int buf_cnt, struct hns_roce_buf *buf,
drivers/infiniband/hw/hns/hns_roce_alloc.c
38
void hns_roce_buf_free(struct hns_roce_dev *hr_dev, struct hns_roce_buf *buf)
drivers/infiniband/hw/hns/hns_roce_alloc.c
66
struct hns_roce_buf *hns_roce_buf_alloc(struct hns_roce_dev *hr_dev, u32 size,
drivers/infiniband/hw/hns/hns_roce_alloc.c
71
struct hns_roce_buf *buf;
drivers/infiniband/hw/hns/hns_roce_device.h
1114
static inline void *hns_roce_buf_offset(struct hns_roce_buf *buf,
drivers/infiniband/hw/hns/hns_roce_device.h
1121
static inline dma_addr_t hns_roce_buf_dma_addr(struct hns_roce_buf *buf,
drivers/infiniband/hw/hns/hns_roce_device.h
1128
static inline dma_addr_t hns_roce_buf_page(struct hns_roce_buf *buf, u32 idx)
drivers/infiniband/hw/hns/hns_roce_device.h
1257
void hns_roce_buf_free(struct hns_roce_dev *hr_dev, struct hns_roce_buf *buf);
drivers/infiniband/hw/hns/hns_roce_device.h
1258
struct hns_roce_buf *hns_roce_buf_alloc(struct hns_roce_dev *hr_dev, u32 size,
drivers/infiniband/hw/hns/hns_roce_device.h
1262
int buf_cnt, struct hns_roce_buf *buf,
drivers/infiniband/hw/hns/hns_roce_device.h
324
struct hns_roce_buf *kmem; /* kernel space buffer */
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2727
static void config_llm_table(struct hns_roce_buf *data_buf, void *cfg_buf)
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2753
struct hns_roce_buf *buf = table->buf;
drivers/infiniband/hw/hns/hns_roce_hw_v2.h
1333
struct hns_roce_buf *buf;