Searched refs:fill (Results 1 - 25 of 40) sorted by relevance

12

/drivers/scsi/libfc/
H A Dfc_frame.c43 len = (fr_len(fp) + 3) & ~3; /* round up length to include fill */
77 size_t fill; local
79 fill = payload_len % 4;
80 if (fill != 0)
81 fill = 4 - fill;
82 fp = _fc_frame_alloc(payload_len + fill);
84 memset((char *) fr_hdr(fp) + payload_len, 0, fill);
H A Dfc_libfc.c158 * fc_fill_hdr() - fill FC header fields based on request
172 u32 fill; local
178 fill = -fr_len(fp) & 3;
179 if (fill) {
181 memset(skb_put(fp_skb(fp), fill), 0, fill);
182 f_ctl |= fill;
216 * fc_fill_reply_hdr() - fill FC reply header fields based on request
H A Dfc_exch.c280 u16 fill; local
292 * The number of fill bytes to make the length a 4-byte
294 * The fill itself will have been cleared by the frame
299 fill = fr_len(fp) & 3;
300 if (fill) {
301 fill = 4 - fill;
303 skb_put(fp_skb(fp), fill); local
304 hton24(fh->fh_f_ctl, f_ctl | fill);
/drivers/isdn/hisax/
H A Dhisax_fcpcipnp.h15 u_char fill; member in struct:hdlc_stat_reg
23 u_char fill;
H A Dhfc_pci.h202 u_char fill[0x2100 - 0x2082]; /* alignment */ member in struct:__anon1241
227 u_char fill[32768]; member in union:__anon1242
/drivers/misc/sgi-gru/
H A Dgrulib.h121 char fill[10]; member in struct:gru_dump_chiplet_state_req
150 int fill[16]; member in struct:gru_config_info
/drivers/isdn/hardware/eicon/
H A Dpc_maint.h134 byte fill[6]; member in struct:pc_maint
146 byte fill[4]; /* data at offset 16 */ member in struct:pc_maint
158 byte fill[4]; /* data at offset 16 */ member in struct:mi_pc_maint
/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c569 /* Compensate for when fill has wrapped and clean has not */
631 int fill, count; local
636 fill = rx_ring(mac)->next_to_fill;
638 struct pasemi_mac_buffer *info = &RX_DESC_INFO(rx, fill);
639 u64 *buff = &RX_BUFF(rx, fill);
664 fill++;
888 /* Compensate for when fill has wrapped but clean has not */
921 /* Since we always fill with an even number of entries, make
1402 int cs_size, i, fill, hdr, cpyhdr, evt; local
1426 fill
1489 int fill; local
[all...]
/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.c154 page->fill++;
156 if (page->fill == IPZ_SPAGE_PER_KPAGE >> order)
185 page->fill--;
187 if (page->fill == 0) {
192 if (page->fill == (IPZ_SPAGE_PER_KPAGE >> order) - 1)
H A Dipz_pt_fn.h69 int fill; member in struct:ipz_small_queue_page
/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h203 u_char fill[0x2100 - 0x2082]; /* alignment */ member in struct:bzfifo
224 u_char fill[32768]; member in union:fifo_area
/drivers/dma/ioat/
H A Ddma_v3.c130 struct ioat_fill_descriptor *hw = desc->fill;
432 struct ioat_fill_descriptor *fill; local
446 fill = desc->fill;
448 fill->size = xfer_size;
449 fill->src_data = src_data;
450 fill->dst_addr = dest;
451 fill->ctl = 0;
452 fill->ctl_f.op = IOAT_OP_FILL;
461 fill
[all...]
H A Ddma_v2.h110 * @fill: hardware fill descriptor
126 struct ioat_fill_descriptor *fill; member in union:ioat_ring_ent::__anon457
/drivers/media/radio/
H A DKconfig189 fill in the port address below.
199 Choose Y here if you have one of these FM radio cards, and then fill
230 Choose Y here if you have this FM radio card, and then fill in the
253 Choose Y here if you have one of these FM radio cards, and then fill
273 Choose Y here if you have this FM radio card, and then fill in the
382 Choose Y here if you have one of these FM radio cards, and then fill
416 Choose Y here if you have one of these FM radio cards, and then fill
/drivers/net/slip/
H A DKconfig64 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/drivers/media/common/
H A Dsaa7146_core.c253 __le32 *ptr, fill; local
278 /* safety; fill the page table up with the last valid page */
279 fill = *(ptr-1);
281 *ptr++ = fill;
H A Dsaa7146_video.c281 __le32 fill; local
342 fill = *(ptr2-1);
344 *ptr2 = fill;
351 fill = *(ptr3-1);
353 *ptr3 = fill;
357 fill = pt1->cpu[m1];
359 *ptr1 = fill;
/drivers/media/video/
H A Dstk-webcam.c248 unsigned char *fill = NULL; local
282 fill = fb->buffer + fb->v4lbuf.bytesused;
317 fill = fb->buffer;
322 fill = fb->buffer;
330 fill = fb->buffer;
346 memcpy(fill, iso_buf, framelen);
348 fill += framelen;
/drivers/net/ethernet/apple/
H A Dmace.c537 int fill, next, len; local
541 fill = mp->tx_fill;
542 next = fill + 1;
553 /* partially fill in the dma command block */
559 mp->tx_bufs[fill] = skb;
560 cp = mp->tx_cmds + NCMDS_TX * fill;
/drivers/net/usb/
H A Drndis_host.c547 goto fill;
555 goto fill;
566 /* fill out the RNDIS header. we won't bother trying to batch
569 fill:
/drivers/target/tcm_fc/
H A Dtfc_sess.c366 goto fill;
402 fill:
/drivers/acpi/acpica/
H A Dacobject.h111 ACPI_OBJECT_COMMON_HEADER u8 fill[3]; /* Prevent warning on some compilers */ member in struct:acpi_object_integer
/drivers/staging/omapdrm/
H A Domap_dmm_tiler.c209 /* fill in lut with new addresses */
270 static int fill(struct tcm_area *area, struct page **pages, function
311 ret = fill(&block->area, pages, npages, roll, wait);
321 return fill(&block->area, NULL, 0, 0, false);
691 if (fill(&area, NULL, 0, 0, true))
/drivers/media/dvb/ttpci/
H A Dav7110_av.c745 int fill; local
748 fill = (TS_SIZE - 4) - length;
751 if (fill)
759 if (fill) {
760 buf[4] = fill - 1;
762 if (fill > 1) {
766 for (i = 6; i < fill + 4; i++) {
/drivers/video/
H A Dleo.c120 u32 fill; member in struct:leo_lc_ss0_usr
232 sbus_writel(0x80000000, &par->lc_ss0_usr->fill);

Completed in 7375 milliseconds

12