Searched refs:bc (Results 51 - 75 of 114) sorted by relevance

12345

/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_lib.sh48 $MZ $proto $vrf_name ${sip:+-A $sip} -B $dip -a own -b bc -q \
H A Dcustom_multipath_hash.sh269 local pct=$(echo "$diff / $sum * 100" | bc -l)
270 local is_balanced=$(echo "-20 <= $pct && $pct <= 20" | bc)
H A Dgre_custom_multipath_hash.sh364 local pct=$(echo "$diff / $sum * 100" | bc -l)
365 local is_balanced=$(echo "-20 <= $pct && $pct <= 20" | bc)
H A Dip6gre_custom_multipath_hash.sh366 local pct=$(echo "$diff / $sum * 100" | bc -l)
367 local is_balanced=$(echo "-20 <= $pct && $pct <= 20" | bc)
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_max_descriptors.sh233 bc <<< "
268 check_err $(bc <<< "$perc_used < $exp_perc_used") \
/linux-master/drivers/media/dvb-frontends/
H A Dbcm3510.c363 static int bcm3510_tuner_cmd(struct bcm3510_state* st,u8 bc, u16 n, u8 a) argument
379 c.ctl_dat[0].data = 0x80 | bc;
454 u8 bc,a; local
463 bc = 0x1c;
465 bc = 0x2c;
467 bc = 0x30;
488 deb_info(" BC1_2_3_4: %x, N: %x A: %x\n", bc, n, a);
490 return bcm3510_tuner_cmd(st,bc,n,a);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h763 struct buffer_control *bc),
764 TP_ARGS(dd, bc),
766 __dynamic_array(u8, bct, sizeof(*bc))
769 memcpy(__get_dynamic_array(bct), bc,
770 sizeof(*bc));
805 TP_PROTO(struct hfi1_devdata *dd, struct buffer_control *bc),
806 TP_ARGS(dd, bc));
809 TP_PROTO(struct hfi1_devdata *dd, struct buffer_control *bc),
810 TP_ARGS(dd, bc));
/linux-master/net/smc/
H A Dsmc_diag.c75 struct nlattr *bc)
202 struct nlattr *bc = NULL; local
217 rc = __smc_diag_dump(sk, skb, cb, nlmsg_data(cb->nlh), bc);
72 __smc_diag_dump(struct sock *sk, struct sk_buff *skb, struct netlink_callback *cb, const struct smc_diag_req *req, struct nlattr *bc) argument
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c1237 mode_hfcpci(struct bchannel *bch, int bc, int protocol) argument
1246 bch->state, protocol, bch->nr, bc);
1248 fifo2 = bc;
1249 pcm_mode = (bc >> 24) & 0xff;
1255 rx_slot = (bc >> 8) & 0xff;
1256 tx_slot = (bc >> 16) & 0xff;
1257 bc = bc & 0xff;
1265 if (bc & 2) {
1282 bch->nr = bc;
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h95 u32 bc:1; member in struct:rx_desc_92c
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c1059 struct xfs_buf_cancel *bc; local
1061 while ((bc = list_first_entry_or_null(
1064 list_del(&bc->bc_list);
1065 kfree(bc);
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S91 .long R(3f, 92, 92, ad), R(21, 9d, 9d, bc)
93 .long R(63, bc, bc, df), R(77, b6, b6, c1)
111 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2)
230 .long R(f7, 01, 26, 9f), R(5c, 72, f5, bc)
259 .long R(21, bc, cf, 08), R(ef, 15, e8, e6)
264 .long R(74, 4e, bc, 37), R(fc, 82, ca, a6)
286 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)
/linux-master/include/linux/mlx5/
H A Ddevice.h954 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; local
956 return be16_to_cpu(bc->byte_cnt);
959 static inline u16 mpwrq_get_cqe_bc_consumed_strides(struct mpwrq_cqe_bc *bc) argument
961 return 0x7fff & be16_to_cpu(bc->filler_consumed_strides);
966 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; local
968 return mpwrq_get_cqe_bc_consumed_strides(bc);
973 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; local
975 return 0x8000 & be16_to_cpu(bc->filler_consumed_strides);
/linux-master/drivers/parisc/
H A Dpdc_stable.c239 if (devpath->path.bc[i] < 0)
241 out += sprintf(out, "%d/", devpath->path.bc[i]);
291 we write the bc fields in a down-top way. No matter what, we stop
296 hwpath.bc[i] = simple_strtoul(temp+1, NULL, 10);
298 DPRINTK("%s: bc[%d]: %d\n", __func__, i, hwpath.path.bc[i]);
302 hwpath.bc[i] = simple_strtoul(in, NULL, 10);
303 DPRINTK("%s: bc[%d]: %d\n", __func__, i, hwpath.path.bc[i]);
/linux-master/drivers/comedi/
H A Dcomedi_fops.c874 struct comedi_bufconfig bc; local
880 if (copy_from_user(&bc, arg, sizeof(bc)))
883 if (bc.subdevice >= dev->n_subdevices)
886 s = &dev->subdevices[bc.subdevice];
892 bc.size = 0;
893 bc.maximum_size = 0;
897 if (bc.maximum_size) {
901 async->max_bufsize = bc.maximum_size;
904 if (bc
[all...]
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl396 my ($tc, $nc, $gc, $bc) = @_;
400 my %bad_configs = %{$bc};
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.h323 #define TXD_W1_VAL(bc, checksum, vtag, lgsnd, vlan_id) \
324 ((bc) | ((checksum)<<5) | ((vtag)<<8) | \
/linux-master/lib/reed_solomon/
H A Dtest_rslib.c34 __param(int, bc, 1, "Test for correct behaviour beyond error correction capacity");
476 if (bc)
/linux-master/scripts/package/
H A Dkernel.spec20 BuildRequires: bc binutils bison dwarves
H A Dmkdebian197 Build-Depends-Arch: bc, bison, cpio, flex, kmod, libelf-dev:native, libssl-dev:native, rsync
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov.h183 struct qlcnic_back_channel bc; member in struct:qlcnic_sriov
H A Dqlcnic_sriov_pf.c409 struct qlcnic_back_channel *bc = &sriov->bc; local
415 destroy_workqueue(bc->bc_flr_wq);
420 struct qlcnic_back_channel *bc = &adapter->ahw->sriov->bc; local
429 bc->bc_flr_wq = wq;
1703 queue_work(sriov->bc.bc_flr_wq, &vf->flr_work);
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh203 target=`echo "a=$hotpluggable_num*$ratio; if ( a%100 ) a/100+1 else a/100" | bc`
/linux-master/drivers/android/
H A Dbinder_internal.h137 atomic_t bc[_IOC_NR(BC_REPLY_SG) + 1]; member in struct:binder_stats
/linux-master/drivers/net/phy/
H A Ddp83640.c257 static int tdr_write(int bc, struct phy_device *dev, argument
260 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_nsec & 0xffff);/* ns[15:0] */
261 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_nsec >> 16); /* ns[31:16] */
262 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_sec & 0xffff); /* sec[15:0] */
263 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_sec >> 16); /* sec[31:16]*/
265 ext_write(bc, dev, PAGE4, PTP_CTL, cmd);

Completed in 424 milliseconds

12345