Searched refs:d_buf (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/samples/bpf/
H A Dbpf_load.c225 i, shname, data->d_buf, data->d_size, load_bpf_file()
230 memcpy(license, data->d_buf, data->d_size); load_bpf_file()
238 memcpy(&kern_version, data->d_buf, sizeof(int)); load_bpf_file()
241 if (load_maps(data->d_buf, data->d_size)) load_bpf_file()
260 insns = (struct bpf_insn *) data_prog->d_buf; load_bpf_file()
287 load_and_attach(shname, data->d_buf, data->d_size); load_bpf_file()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_common.c127 char d_buf[80]; i40evf_debug_aq() local
130 memset(d_buf, 0, sizeof(d_buf)); i40evf_debug_aq()
131 j += sprintf(d_buf, "\t0x%04X ", i); i40evf_debug_aq()
133 j += sprintf(&d_buf[j], " %02X", buf[i++]); i40evf_debug_aq()
134 i40e_debug(hw, mask, "%s\n", d_buf); i40evf_debug_aq()
/linux-4.1.27/tools/perf/util/
H A Dsymbol-elf.c119 return symstrs->d_buf + sym->st_name; elf_sym__name()
125 return secstrs->d_buf + shdr->sh_name; elf_sec__name()
401 ptr = data->d_buf; elf_read_build_id()
402 while (ptr < (data->d_buf + data->d_size)) { elf_read_build_id()
540 strncpy(debuglink, data->d_buf, size); filename__read_debuglink()
902 u64 *opd = opddata->d_buf + offset; elf_symtab__for_each_symbol()
/linux-4.1.27/drivers/media/platform/ti-vpe/
H A Dvpe.c1226 struct v4l2_buffer *s_buf, *d_buf; vpe_irq() local
1290 d_buf = &d_vb->v4l2_buf; vpe_irq()
1292 d_buf->flags = s_buf->flags; vpe_irq()
1294 d_buf->timestamp = s_buf->timestamp; vpe_irq()
1296 d_buf->timecode = s_buf->timecode; vpe_irq()
1298 d_buf->sequence = ctx->sequence; vpe_irq()
1302 d_buf->field = ctx->field; vpe_irq()
1311 d_buf->field = V4L2_FIELD_NONE; vpe_irq()
/linux-4.1.27/lib/zlib_deflate/
H A Ddefutil.h214 ush *d_buf; member in struct:deflate_state
215 /* Buffer for distances. To simplify the code, d_buf and l_buf have
H A Ddeftree.c975 s->d_buf[s->last_lit] = (ush)dist; zlib_tr_tally()
1031 dist = s->d_buf[lx]; compress_block()
1057 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */ compress_block()
H A Ddeflate.c182 /* We overlay pending_buf and d_buf+l_buf. This works since the average zlib_deflateInit2()
242 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); zlib_deflateInit2()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c1964 struct lpfc_dmabuf *d_buf; lpfc_sli_hbqbuf_get() local
1966 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); lpfc_sli_hbqbuf_get()
1967 if (!d_buf) lpfc_sli_hbqbuf_get()
1969 return container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_sli_hbqbuf_get()
1985 struct lpfc_dmabuf *d_buf; lpfc_sli_hbqbuf_find() local
1994 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) { lpfc_sli_hbqbuf_find()
1995 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_sli_hbqbuf_find()
14786 struct lpfc_dmabuf *d_buf, *dnext; lpfc_cleanup_rcv_buffers() local
14793 list_for_each_entry_safe(d_buf, dnext, lpfc_cleanup_rcv_buffers()
14795 list_del_init(&d_buf->list); lpfc_cleanup_rcv_buffers()
14796 lpfc_in_buf_free(vport->phba, d_buf); lpfc_cleanup_rcv_buffers()
14818 struct lpfc_dmabuf *d_buf, *dnext; lpfc_rcv_seq_check_edtov() local
14837 list_for_each_entry_safe(d_buf, dnext, lpfc_rcv_seq_check_edtov()
14839 list_del_init(&d_buf->list); lpfc_rcv_seq_check_edtov()
14840 lpfc_in_buf_free(vport->phba, d_buf); lpfc_rcv_seq_check_edtov()
14865 struct lpfc_dmabuf *d_buf; lpfc_fc_frame_add() local
14912 list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) { lpfc_fc_frame_add()
14913 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_fc_frame_add()
14950 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; lpfc_sli4_abort_partial_seq() local
14970 list_for_each_entry_safe(d_buf, n_buf, lpfc_sli4_abort_partial_seq()
14972 list_del_init(&d_buf->list); lpfc_sli4_abort_partial_seq()
14973 lpfc_in_buf_free(vport->phba, d_buf); lpfc_sli4_abort_partial_seq()
15272 struct lpfc_dmabuf *d_buf; lpfc_seq_complete() local
15287 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) { lpfc_seq_complete()
15288 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_seq_complete()
15320 struct lpfc_dmabuf *d_buf, *n_buf; lpfc_prep_seq() local
15377 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) { lpfc_prep_seq()
15379 lpfc_in_buf_free(vport->phba, d_buf); lpfc_prep_seq()
15383 iocbq->context3 = d_buf; lpfc_prep_seq()
15386 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_prep_seq()
15407 lpfc_in_buf_free(vport->phba, d_buf); lpfc_prep_seq()
15411 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_prep_seq()
15414 iocbq->context2 = d_buf; lpfc_prep_seq()
H A Dlpfc_debugfs.c277 struct lpfc_dmabuf *d_buf; lpfc_debugfs_hbqinfo_data() local
301 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) lpfc_debugfs_hbqinfo_data()
344 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) { lpfc_debugfs_hbqinfo_data()
345 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); lpfc_debugfs_hbqinfo_data()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c127 char d_buf[80]; i40e_debug_aq() local
130 memset(d_buf, 0, sizeof(d_buf)); i40e_debug_aq()
131 j += sprintf(d_buf, "\t0x%04X ", i); i40e_debug_aq()
133 j += sprintf(&d_buf[j], " %02X", buf[i++]); i40e_debug_aq()
134 i40e_debug(hw, mask, "%s\n", d_buf); i40e_debug_aq()

Completed in 500 milliseconds