/third_party/ffmpeg/libavfilter/ |
H A D | vf_bm3d.c | 77 FFTSample *buffer; member 396 float *buffer = sc->buffer; in basic_block_filtering() local 422 memcpy(buffer + k * buffer_linesize + i * block_size, in basic_block_filtering() 430 bufferz[k] = buffer[buffer_linesize * k + i * block_size + j]; in basic_block_filtering() 459 buffer = sc->buffer; in basic_block_filtering() 465 buffer[buffer_linesize * k + i * block_size + j] = bufferz[k]; in basic_block_filtering() 474 buffer = sc->buffer; in basic_block_filtering() 516 float *buffer = sc->buffer; final_block_filtering() local [all...] |
/third_party/curl/lib/ |
H A D | tftp.c | 521 failf(data, "TFTP buffer too small for options"); in tftp_send_first() 534 char buffer[STRERROR_LEN]; in tftp_send_first() local 535 failf(data, "%s", Curl_strerror(SOCKERRNO, buffer, sizeof(buffer))); in tftp_send_first() 586 char buffer[STRERROR_LEN]; in tftp_rx() local 619 failf(data, "%s", Curl_strerror(SOCKERRNO, buffer, sizeof(buffer))); in tftp_rx() 644 failf(data, "%s", Curl_strerror(SOCKERRNO, buffer, sizeof(buffer))); in tftp_rx() 670 failf(data, "%s", Curl_strerror(SOCKERRNO, buffer, sizeo in tftp_rx() 710 char buffer[STRERROR_LEN]; tftp_tx() local 1035 char buffer[STRERROR_LEN]; tftp_connect() local 1252 char buffer[STRERROR_LEN]; tftp_multi_statemach() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_constants.c | 99 * Emit any extra shader-type-independent shader constants into the buffer 101 * \return number of float[4] constants put into the 'dest' buffer 158 * Emit any extra fragment shader constants into the buffer pointed 160 * \return number of float[4] constants put into the dest buffer 178 * the buffer pointed to by '*dest'. The updated buffer pointer 212 * Emit user-defined clip plane coefficients into the buffer pointed to 213 * by '*dest'. The updated buffer pointer will be returned in 'dest'. 224 /* append user-defined clip plane coefficients onto constant buffer */ in svga_get_clip_plane_constants() 238 * Emit any extra vertex shader constants into the buffer pointe 643 emit_rawbuf(struct svga_context *svga, unsigned slot, enum pipe_shader_type shader, unsigned buffer_offset, unsigned buffer_size, void *buffer) emit_rawbuf() argument 740 emit_constbuf(struct svga_context *svga, unsigned slot, enum pipe_shader_type shader, unsigned buffer_offset, unsigned buffer_size, const void *buffer, unsigned extra_buffer_offset, unsigned extra_buffer_size, const void *extra_buffer) emit_constbuf() argument 985 struct svga_buffer *buffer = emit_constbuf_vgpu10() local [all...] |
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 116 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() argument 117 char *s=buffer; in printBytes() 126 return buffer; in printBytes() 378 char buffer[10]; in MBCSAddToUnicode() local 403 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 411 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 417 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 421 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 425 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 440 (int)c, printBytes(buffer, byte in MBCSAddToUnicode() 688 char buffer[10]; MBCSAddFromUnicode() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Shader.cpp | 289 std::ostringstream buffer; in string() local 291 buffer << (int)usageIndex; in string() 293 instructionString += buffer.str(); in string() 446 std::ostringstream buffer; in relativeString() local 447 buffer << rel.index; in relativeString() 451 case 0: return "[r" + buffer.str() + ".x]"; in relativeString() 452 case 1: return "[r" + buffer.str() + ".y]"; in relativeString() 453 case 2: return "[r" + buffer.str() + ".z]"; in relativeString() 454 case 3: return "[r" + buffer.str() + ".w]"; in relativeString() 463 std::ostringstream buffer; in relativeString() local 514 std::ostringstream buffer; string() local 1029 std::ostringstream buffer; string() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | genmbcs.cpp | 116 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() argument 117 char *s=buffer; in printBytes() 126 return buffer; in printBytes() 378 char buffer[10]; in MBCSAddToUnicode() local 403 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 411 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 417 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 421 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 425 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 440 (int)c, printBytes(buffer, byte in MBCSAddToUnicode() 688 char buffer[10]; MBCSAddFromUnicode() local [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vertex_pulling.cc | 234 /// Generate the vertex buffer binding name 235 /// @param index index to append to buffer name 245 /// Lazily generates the structure buffer symbol 254 /// Adds storage buffer decorated variables for the vertex buffers 295 "but VertexPulling array stride for buffer " + in CreateVertexPullingPreamble() 413 /// Generates an expression reading from a buffer a specific format. 417 /// @param buffer the index of the vertex buffer 421 uint32_t buffer, in Fetch() 429 return LoadPrimitive(array_base, offset, buffer, VertexForma in Fetch() 419 Fetch(Symbol array_base, uint32_t offset, uint32_t buffer, VertexFormat format) Fetch() argument 645 LoadPrimitive(Symbol array_base, uint32_t offset, uint32_t buffer, VertexFormat format) LoadPrimitive() argument 703 LoadVec(Symbol array_base, uint32_t offset, uint32_t buffer, uint32_t element_stride, const ast::Type* base_type, VertexFormat base_format, uint32_t count) LoadVec() argument [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_pixel_buffer.cpp | 384 const char *overflowMessage = "Arithmetic overflow in pixel buffer setup"; in dng_pixel_buffer() 442 dng_pixel_buffer::dng_pixel_buffer (const dng_pixel_buffer &buffer) in dng_pixel_buffer() argument 444 : fArea (buffer.fArea) in dng_pixel_buffer() 445 , fPlane (buffer.fPlane) in dng_pixel_buffer() 446 , fPlanes (buffer.fPlanes) in dng_pixel_buffer() 447 , fRowStep (buffer.fRowStep) in dng_pixel_buffer() 448 , fColStep (buffer.fColStep) in dng_pixel_buffer() 449 , fPlaneStep (buffer.fPlaneStep) in dng_pixel_buffer() 450 , fPixelType (buffer.fPixelType) in dng_pixel_buffer() 451 , fPixelSize (buffer in dng_pixel_buffer() 461 operator =(const dng_pixel_buffer &buffer) operator =() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 127 * lpfc_debugfs_disc_trc_data - Dump discovery logging to a buffer 129 * @buf: The buffer to dump log into. 135 * in the log and process the log until the end of the buffer. Then it will 151 char *buffer; in lpfc_debugfs_disc_trc_data() local 153 buffer = kmalloc(LPFC_DEBUG_TRC_ENTRY_SIZE, GFP_KERNEL); in lpfc_debugfs_disc_trc_data() 154 if (!buffer) in lpfc_debugfs_disc_trc_data() 168 snprintf(buffer, in lpfc_debugfs_disc_trc_data() 171 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_disc_trc_data() 179 snprintf(buffer, in lpfc_debugfs_disc_trc_data() 182 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_disc_trc_data() 217 char *buffer; lpfc_debugfs_slow_ring_trc_data() local 668 char *buffer; lpfc_debugfs_dumpHBASlim_data() local 2191 lpfc_debugfs_ras_log_data(struct lpfc_hba *phba, char *buffer, int size) lpfc_debugfs_ras_log_data() argument 5469 char *buffer = debug->buffer; lpfc_cgn_buffer_read() local 5561 char *buffer = debug->buffer; lpfc_rx_monitor_read() local [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 51 * by the buffer lock. 316 ext4_xattr_inode_hash(struct ext4_sb_info *sbi, const void *buffer, size_t size) in ext4_xattr_inode_hash() argument 318 return ext4_chksum(sbi, sbi->s_csum_seed, buffer, size); in ext4_xattr_inode_hash() 451 struct ext4_xattr_entry *entry, void *buffer, in ext4_xattr_inode_verify_hashes() 457 hash = ext4_xattr_inode_hash(EXT4_SB(ea_inode->i_sb), buffer, size); in ext4_xattr_inode_verify_hashes() 479 void *buffer, size_t size) in ext4_xattr_inode_get() 500 err = ext4_xattr_inode_read(ea_inode, buffer, size); in ext4_xattr_inode_get() 505 err = ext4_xattr_inode_verify_hashes(ea_inode, entry, buffer, in ext4_xattr_inode_get() 525 void *buffer, size_t buffer_size) in ext4_xattr_block_get() 534 ea_idebug(inode, "name=%d.%s, buffer in ext4_xattr_block_get() 450 ext4_xattr_inode_verify_hashes(struct inode *ea_inode, struct ext4_xattr_entry *entry, void *buffer, size_t size) ext4_xattr_inode_verify_hashes() argument 478 ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry, void *buffer, size_t size) ext4_xattr_inode_get() argument 524 ext4_xattr_block_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size) ext4_xattr_block_get() argument 584 ext4_xattr_ibody_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size) ext4_xattr_ibody_get() argument 649 ext4_xattr_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size) ext4_xattr_get() argument 671 ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry, char *buffer, size_t buffer_size) ext4_xattr_list_entries() argument 701 ext4_xattr_block_list(struct dentry *dentry, char *buffer, size_t buffer_size) ext4_xattr_block_list() argument 731 ext4_xattr_ibody_list(struct dentry *dentry, char *buffer, size_t buffer_size) ext4_xattr_ibody_list() argument 772 ext4_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) ext4_listxattr() argument 2550 char *buffer = NULL, *b_entry_name = NULL; ext4_xattr_move_to_block() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 585 char buffer[2048] = {'x'}; // non-zero initialization in test() local 588 glGetShaderInfoLog(shader, DE_LENGTH_OF_ARRAY(buffer), &written, buffer); in test() 591 if (logLength <= DE_LENGTH_OF_ARRAY(buffer)) in test() 601 // check null-terminator, either at end of buffer or at buffer[written] in test() 602 const char* terminator = &buffer[DE_LENGTH_OF_ARRAY(buffer) - 1]; in test() 603 if (logLength < DE_LENGTH_OF_ARRAY(buffer)) in test() 604 terminator = &buffer[writte in test() 616 char buffer[2048] = {'x'}; // non-zero initialization test() local 699 char buffer[2048] = {'x'}; test() local 726 char buffer[2048] = {'x'}; test() local 992 char buffer[2048] = {'x'}; test() local 1011 char buffer[2048] = {'x'}; test() local 1250 char buffer[2048] = {'x'}; test() local 1391 char buffer[] = "not written to"; // not written to test() local 1456 char buffer[2048] = {'x'}; test() local 1482 char buffer[2048] = {'x'}; test() local [all...] |
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | hdsp.c | 155 #define HDSP_Latency0 (1<<1) /* buffer size = 2^n where n is defined by Latency{2,1,0} */ 312 #define HDSP_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */ 497 need to use in order to find the relevant channel buffer. RME 500 and the value is the DMA channel (i.e. channel buffer number) 1340 unsigned char buf[128]; /* this buffer is designed to match the MIDI input FIFO size */ in snd_hdsp_midi_input_read() 3314 snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_hdsp_proc_read() argument 3328 snd_iprintf(buffer, "%s (Card #%d)\n", hdsp->card_name, in snd_hdsp_proc_read() 3330 snd_iprintf(buffer, "Buffers: capture %p playback %p\n", in snd_hdsp_proc_read() 3332 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n", in snd_hdsp_proc_read() 3334 snd_iprintf(buffer, "Contro in snd_hdsp_proc_read() [all...] |
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | hdsp.c | 152 #define HDSP_Latency0 (1<<1) /* buffer size = 2^n where n is defined by Latency{2,1,0} */ 309 #define HDSP_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */ 498 need to use in order to find the relevant channel buffer. RME 501 and the value is the DMA channel (i.e. channel buffer number) 1337 unsigned char buf[128]; /* this buffer is designed to match the MIDI input FIFO size */ in snd_hdsp_midi_input_read() 3387 snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_hdsp_proc_read() argument 3401 snd_iprintf(buffer, "%s (Card #%d)\n", hdsp->card_name, in snd_hdsp_proc_read() 3403 snd_iprintf(buffer, "Buffers: capture %p playback %p\n", in snd_hdsp_proc_read() 3405 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n", in snd_hdsp_proc_read() 3407 snd_iprintf(buffer, "Contro in snd_hdsp_proc_read() [all...] |
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 190 * @buffer: Buffer to write to. Must be '\0'-terminated. 191 * @len: Size of @buffer. 196 static void tomoyo_addprintf(char *buffer, int len, const char *fmt, ...) in tomoyo_addprintf() argument 199 const int pos = strlen(buffer); in tomoyo_addprintf() 202 vsnprintf(buffer + pos, len - pos - 1, fmt, args); in tomoyo_addprintf() 207 * tomoyo_flush - Flush queued string to userspace's buffer. 439 char buffer[128]; in tomoyo_print_number_union_nospace() local 441 buffer[0] = '\0'; in tomoyo_print_number_union_nospace() 445 tomoyo_addprintf(buffer, sizeof(buffer), in tomoyo_print_number_union_nospace() 1829 char buffer[128]; tomoyo_read_group() local 2001 char *buffer; tomoyo_add_entry() local 2582 tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer, const int buffer_len) tomoyo_read_control() argument 2655 tomoyo_write_control(struct tomoyo_io_buffer *head, const char __user *buffer, const int buffer_len) tomoyo_write_control() argument [all...] |
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 452 char buffer[128]; in is_cpu_online() local 456 snprintf(buffer, sizeof(buffer), in is_cpu_online() 459 fd = open(buffer, O_RDONLY); in is_cpu_online() 498 char buffer[128]; in set_cpu_online_offline() local 515 snprintf(buffer, sizeof(buffer), in set_cpu_online_offline() 518 fd = open(buffer, O_WRONLY); in set_cpu_online_offline() 525 err(-1, "%s open failed", buffer); in set_cpu_online_offline() 777 char buffer[25 in create_cpu_map() local 1609 char buffer[128], freq_str[16]; set_cpufreq_scaling_min_max() local 1697 char buffer[128], min_freq[16]; set_cpufreq_scaling_min_max_from_cpuinfo() local 2159 char buffer[128], sibling_list[128], *cpu_str; set_fact_enable() local [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 181 * @buffer: Buffer to write to. Must be '\0'-terminated. 182 * @len: Size of @buffer. 188 static void tomoyo_addprintf(char *buffer, int len, const char *fmt, ...) in tomoyo_addprintf() argument 191 const int pos = strlen(buffer); in tomoyo_addprintf() 194 vsnprintf(buffer + pos, len - pos - 1, fmt, args); in tomoyo_addprintf() 199 * tomoyo_flush - Flush queued string to userspace's buffer. 431 char buffer[128]; in tomoyo_print_number_union_nospace() local 433 buffer[0] = '\0'; in tomoyo_print_number_union_nospace() 437 tomoyo_addprintf(buffer, sizeof(buffer), in tomoyo_print_number_union_nospace() 1821 char buffer[128]; tomoyo_read_group() local 1993 char *buffer; tomoyo_add_entry() local 2574 tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer, const int buffer_len) tomoyo_read_control() argument 2647 tomoyo_write_control(struct tomoyo_io_buffer *head, const char __user *buffer, const int buffer_len) tomoyo_write_control() argument [all...] |
/third_party/backends/backend/ |
H A D | teco1.c | 221 /* Display a buffer in the log. */ 328 /* Allocate the buffer used to transfer the SCSI data. */ in teco_init() 330 dev->buffer = malloc (dev->buffer_size); in teco_init() 331 if (dev->buffer == NULL) in teco_init() 337 /* Allocate a buffer to store the temporary image. */ in teco_init() 342 free (dev->buffer); in teco_init() 385 if (dev->buffer) in teco_free() 387 free (dev->buffer); in teco_free() 420 NULL, 0, dev->buffer, &size); in teco_identify_scanner() 453 memcpy (dev->buffer, tabl in teco_identify_scanner() [all...] |
H A D | sp15c.c | 985 free (dev->buffer); in sane_exit() 1030 if ((dev->buffer = malloc (dev->row_bufsize)) == NULL) in attach_scanner() 1040 free (dev->buffer); in attach_scanner() 1255 if (get_IN_periph_devtype (s->buffer) != IN_periph_devtype_scanner) in sp15c_identify_scanner() 1261 get_IN_vendor ((char *) s->buffer, vendor); in sp15c_identify_scanner() 1262 get_IN_product ((char *)s->buffer, product); in sp15c_identify_scanner() 1263 get_IN_version ((char *)s->buffer, version); in sp15c_identify_scanner() 1292 if (get_IN_adf (s->buffer)) in sp15c_identify_scanner() 1303 s->autofeeder, get_IN_color_mode (s->buffer), in sp15c_identify_scanner() 1304 get_IN_color_seq (s->buffer)); in sp15c_identify_scanner() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uniset.cpp | 195 if (buffer != stackList) { in ~UnicodeSet() 196 uprv_free(buffer); in ~UnicodeSet() 1421 // Delete buffer first to defragment memory less. 1422 if (buffer != stackList) { 1423 uprv_free(buffer); 1424 buffer = NULL; 1677 // The buffer has no contents to be copied. 1679 if (buffer != stackList) { 1680 uprv_free(buffer); 1682 buffer [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset.cpp | 195 if (buffer != stackList) { in ~UnicodeSet() 196 uprv_free(buffer); in ~UnicodeSet() 1421 // Delete buffer first to defragment memory less. 1422 if (buffer != stackList) { 1423 uprv_free(buffer); 1424 buffer = nullptr; 1677 // The buffer has no contents to be copied. 1679 if (buffer != stackList) { 1680 uprv_free(buffer); 1682 buffer [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_draw.cpp | 60 buffers[i] = zink_resource(ctx->dummy_xfb_buffer)->obj->buffer; in zink_emit_stream_output_targets() 65 struct zink_resource *res = zink_resource(t->base.buffer); in zink_emit_stream_output_targets() 69 buffers[i] = res->obj->buffer; in zink_emit_stream_output_targets() 74 util_range_add(t->base.buffer, &res->valid_buffer_range, t->base.buffer_offset, in zink_emit_stream_output_targets() 98 if (dindirect && dindirect->buffer) { in barrier_draw_buffers() 99 check_buffer_barrier(ctx, dindirect->buffer, in barrier_draw_buffers() 123 if (vb->buffer.resource) { in zink_bind_vertex_buffers() 124 struct zink_resource *res = zink_resource(vb->buffer.resource); in zink_bind_vertex_buffers() 125 assert(res->obj->buffer); in zink_bind_vertex_buffers() 126 buffers[i] = res->obj->buffer; in zink_bind_vertex_buffers() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset.cpp | 195 if (buffer != stackList) { in ~UnicodeSet() 196 uprv_free(buffer); in ~UnicodeSet() 1422 // Delete buffer first to defragment memory less. 1423 if (buffer != stackList) { 1424 uprv_free(buffer); 1425 buffer = NULL; 1678 // The buffer has no contents to be copied. 1680 if (buffer != stackList) { 1681 uprv_free(buffer); 1683 buffer [all...] |
/third_party/python/Modules/ |
H A D | pyexpat.c | 75 XML_Char *buffer; /* Buffer used when accumulating characters */ member 77 int buffer_size; /* Size of buffer, in XML_Char units */ 122 PyObject *buffer; in set_error() local 127 buffer = PyUnicode_FromFormat("%s: line %i, column %i", in set_error() 129 if (buffer == NULL) in set_error() 131 err = PyObject_CallOneArg(state->error, buffer); in set_error() 132 Py_DECREF(buffer); in set_error() 259 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler() argument 270 temp = (conv_string_len_to_unicode(buffer, len)); in call_character_handler() 300 if (self->buffer in flush_character_buffer() 911 const char *buffer pyexpat_xmlparser_GetInputContext_impl() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | farch.c | 37 * buffer's worth of packets (for UDP we can only have at most one 38 * socket buffer's worth outstanding). This combined with the fact 157 * Special buffer handling 164 * Initialise a special buffer 166 * This will define a buffer (previously allocated via 167 * efx_alloc_special_buffer()) in the buffer table, allowing 171 efx_init_special_buffer(struct efx_nic *efx, struct efx_special_buffer *buffer) in efx_init_special_buffer() argument 178 EFX_WARN_ON_PARANOID(!buffer->buf.addr); in efx_init_special_buffer() 180 /* Write buffer descriptors to NIC */ in efx_init_special_buffer() 181 for (i = 0; i < buffer in efx_init_special_buffer() 197 efx_fini_special_buffer(struct efx_nic *efx, struct efx_special_buffer *buffer) efx_fini_special_buffer() argument 226 efx_alloc_special_buffer(struct efx_nic *efx, struct efx_special_buffer *buffer, unsigned int len) efx_alloc_special_buffer() argument 259 efx_free_special_buffer(struct efx_nic *efx, struct efx_special_buffer *buffer) efx_free_special_buffer() argument 318 struct efx_tx_buffer *buffer; efx_farch_tx_write() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 34 * buffer's worth of packets (for UDP we can only have at most one 35 * socket buffer's worth outstanding). This combined with the fact 154 * Special buffer handling 161 * Initialise a special buffer 163 * This will define a buffer (previously allocated via 164 * ef4_alloc_special_buffer()) in the buffer table, allowing 168 ef4_init_special_buffer(struct ef4_nic *efx, struct ef4_special_buffer *buffer) in ef4_init_special_buffer() argument 175 EF4_BUG_ON_PARANOID(!buffer->buf.addr); in ef4_init_special_buffer() 177 /* Write buffer descriptors to NIC */ in ef4_init_special_buffer() 178 for (i = 0; i < buffer in ef4_init_special_buffer() 194 ef4_fini_special_buffer(struct ef4_nic *efx, struct ef4_special_buffer *buffer) ef4_fini_special_buffer() argument 223 ef4_alloc_special_buffer(struct ef4_nic *efx, struct ef4_special_buffer *buffer, unsigned int len) ef4_alloc_special_buffer() argument 249 ef4_free_special_buffer(struct ef4_nic *efx, struct ef4_special_buffer *buffer) ef4_free_special_buffer() argument 308 struct ef4_tx_buffer *buffer; ef4_farch_tx_write() local [all...] |