Home
last modified time | relevance | path

Searched refs:sg_start (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/parisc/
Diommu-helpers.h132 unsigned long prev_end, sg_start; in iommu_coalesce_chunks() local
138 sg_start = (unsigned long)sg_virt(startsg); in iommu_coalesce_chunks()
159 if (unlikely((prev_end != sg_start) || in iommu_coalesce_chunks()
160 ((prev_end | sg_start) & ~PAGE_MASK))) in iommu_coalesce_chunks()
/Linux-v4.19/kernel/bpf/
Dsockmap.c484 sg = md->sg_data + md->sg_start; in bpf_tcp_push()
519 md->sg_start++; in bpf_tcp_push()
520 if (md->sg_start == MAX_SKB_FRAGS) in bpf_tcp_push()
521 md->sg_start = 0; in bpf_tcp_push()
524 if (md->sg_start == md->sg_end) in bpf_tcp_push()
536 struct scatterlist *sg = md->sg_data + md->sg_start; in bpf_compute_data_pointers_sg()
538 if (md->sg_copy[md->sg_start]) { in bpf_compute_data_pointers_sg()
549 int i = md->sg_start; in return_mem_sg()
568 int i = md->sg_start, free; in free_bytes_sg()
592 md->sg_start = i; in free_bytes_sg()
[all …]
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c1017 struct scatterlist *sg_start; in cxgbit_handle_iscsi_dataout() local
1077 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in cxgbit_handle_iscsi_dataout()
1080 cxgbit_skb_copy_to_sg(csk->skb, sg_start, sg_nents, skip); in cxgbit_handle_iscsi_dataout()
/Linux-v4.19/drivers/infiniband/ulp/isert/
Dib_isert.c1200 struct scatterlist *sg_start; in isert_handle_iscsi_dataout() local
1227 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in isert_handle_iscsi_dataout()
1239 "sg_nents: %u from %p %u\n", sg_start, sg_off, in isert_handle_iscsi_dataout()
1242 sg_copy_from_buffer(sg_start, sg_nents, &rx_desc->data[0], in isert_handle_iscsi_dataout()
/Linux-v4.19/include/linux/
Dfilter.h529 int sg_start; member
/Linux-v4.19/net/core/
Dsock.c2242 int sg_start, int *sg_curr_index, unsigned int *sg_curr_size, in sk_alloc_sg() argument
2287 if (sg_curr == sg_start) { in sk_alloc_sg()
Dfilter.c2306 i = msg->sg_start; in BPF_CALL_4()
/Linux-v4.19/include/net/
Dsock.h2216 int sg_start, int *sg_curr, unsigned int *sg_size,