Searched refs:fill (Results 126 - 142 of 142) sorted by relevance

123456

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c561 goto fill;
566 fill:
680 "MCC fill role[%d] with vif <macid %d>\n",
/linux-master/drivers/soc/fsl/dpio/
H A Dqbman-portal.c445 * Returns a pointer to where the caller should fill in their management command
1799 return le32_to_cpu(a->fill);
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl161 stmia r2,{r11,r12} @ fill functions table
/linux-master/drivers/isdn/hardware/mISDN/
H A Dw6692.c490 pr_debug("%s: fill Bfifo\n", card->name);
494 ptr = wch->bch.fill;
508 pr_debug("%s: fill Bfifo%d/%d\n", card->name,
H A DmISDNisar.c590 memset(ch->is->buf, ch->bch.fill[0], count);
H A DmISDNipac.c973 memset(p, hscx->bch.fill[0], count);
H A Dhfcsusb.c1034 * save fifo fill-level threshold bits
1281 memset(p, fifo->bch->fill[0],
H A Dhfcmulti.c1897 * fill fifo as much as possible
2003 /* fill transparent data only to maxinum transparent load (minus 4) */
2046 /* "fill fifo if empty" feature */
2052 /* fill buffer, to prevent future underrun */
2090 /* fill fifo to what we have left */
3098 /* D-Channel without HDLC fill flags */
3558 hc->silence = bch->fill[0];
3561 case MISDN_CTRL_HW_FEATURES: /* fill features structure */
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lib.c629 /* fill slot and make note of the index */
3911 * @fill: function pointer to fill ctx
3914 ice_vsi_update_security(struct ice_vsi *vsi, void (*fill)(struct ice_vsi_ctx *))
3920 fill(&ctx);
/linux-master/net/ipv6/
H A Dip6mr.c222 .fill = ip6mr_rule_fill,
/linux-master/drivers/perf/
H A Dxgene_pmu.c551 XGENE_PMU_EVENT_ATTR(queue-fill-gt-thresh, 0x22),
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c1081 * nand_fill_column_cycles - fill the column cycles of an address
1083 * @addrs: Array of address cycles to fill
3860 uint32_t fill = 0xFFFFFFFF; local
3866 ret = nand_write_data_op(chip, &fill,
/linux-master/net/ipv4/
H A Dipmr.c233 .fill = ipmr_rule_fill,
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S636 movups (\PLAIN_CYPH_IN), %xmm1 # If more than 16 bytes, just fill xmm
H A Daesni-intel_avx-x86_64.S725 vmovdqu (\PLAIN_CYPH_IN), %xmm1 # If more than 16 bytes, just fill xmm
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c528 /* fill in the completion parameters */
601 /* fill in addresses and len */
640 /* fill in addresses and len */
5832 static void bnx2x_fill(struct bnx2x *bp, u32 addr, int fill, u32 len) argument
5837 REG_WR(bp, addr + i, fill);
5840 REG_WR8(bp, addr + i, fill);
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c1884 int fill = insn & 0x400;
1888 if (fill != 0)
1882 int fill = insn & 0x400; local

Completed in 657 milliseconds

123456