Searched refs:buf_alloc (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/trace/events/
H A Dvsock_virtio_transport_common.h97 __u32 buf_alloc,
107 buf_alloc,
119 __field(__u32, buf_alloc)
131 __entry->buf_alloc = buf_alloc;
135 "buf_alloc=%u fwd_cnt=%u",
142 __entry->buf_alloc,
/linux-master/include/uapi/linux/
H A Dvirtio_vsock.h65 __le32 buf_alloc; member in struct:virtio_vsock_hdr
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c132 hdr->buf_alloc = cpu_to_le32(0);
440 if (vvs->rx_bytes + len > vvs->buf_alloc)
461 hdr->buf_alloc = cpu_to_le32(vvs->buf_alloc);
606 free_space = vvs->buf_alloc - fwd_cnt_delta;
893 vvs->buf_alloc = vsk->buffer_size;
911 vvs->buf_alloc = *val;
1450 /* buf_alloc and fwd_cnt is always included in the hdr */
1452 vvs->peer_buf_alloc = le32_to_cpu(hdr->buf_alloc);
1551 le32_to_cpu(hdr->buf_alloc),
[all...]
/linux-master/include/linux/
H A Dvirtio_vsock.h141 u32 buf_alloc; member in struct:virtio_vsock_sock
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c216 .buf_alloc = xprt_rdma_bc_allocate,
H A Dtransport.c736 .buf_alloc = xprt_rdma_allocate,
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1845 struct hclge_pkt_buf_alloc *buf_alloc)
1859 u32 buf_size = buf_alloc->priv_buf[i].tx_buf_size;
1875 struct hclge_pkt_buf_alloc *buf_alloc)
1877 int ret = hclge_cmd_alloc_tx_buff(hdev, buf_alloc);
1898 struct hclge_pkt_buf_alloc *buf_alloc)
1905 priv = &buf_alloc->priv_buf[i];
1916 struct hclge_pkt_buf_alloc *buf_alloc)
1923 priv = &buf_alloc->priv_buf[i];
1933 static u32 hclge_get_rx_priv_buff_alloced(struct hclge_pkt_buf_alloc *buf_alloc) argument
1940 priv = &buf_alloc
1844 hclge_cmd_alloc_tx_buff(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
1874 hclge_tx_buffer_alloc(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
1897 hclge_get_pfc_priv_num(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
1915 hclge_get_no_pfc_priv_num(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
1947 hclge_get_tx_buff_alloced(struct hclge_pkt_buf_alloc *buf_alloc) argument
1957 hclge_is_rx_buf_ok(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc, u32 rx_all) argument
2023 hclge_tx_buffer_calc(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2049 hclge_rx_buf_calc_all(struct hclge_dev *hdev, bool max, struct hclge_pkt_buf_alloc *buf_alloc) argument
2085 hclge_drop_nopfc_buf_till_fit(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2115 hclge_drop_pfc_buf_till_fit(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2145 hclge_only_alloc_priv_buff(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2198 hclge_rx_buffer_calc(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2231 hclge_rx_priv_buf_alloc(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2264 hclge_rx_priv_wl_config(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2308 hclge_common_thrd_config(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
2351 hclge_common_wl_config(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc) argument
[all...]
/linux-master/include/linux/sunrpc/
H A Dxprt.h150 int (*buf_alloc)(struct rpc_task *task); member in struct:rpc_xprt_ops
/linux-master/net/sunrpc/
H A Dxprtsock.c3030 .buf_alloc = rpc_malloc,
3054 .buf_alloc = rpc_malloc,
3078 .buf_alloc = rpc_malloc,
3109 .buf_alloc = bc_malloc,
H A Dclnt.c1917 status = xprt->ops->buf_alloc(task);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1180 u32 buf_alloc; member in struct:htt_sfm_client_tlv
H A Ddebugfs_htt_stats.c2631 len += scnprintf(buf + len, buf_len - len, "buf_alloc = %u\n",
2632 htt_stats_buf->buf_alloc);

Completed in 230 milliseconds