Searched refs:added (Results 1 - 18 of 18) sorted by relevance

/drivers/block/
H A Dcciss_scsi.c380 struct scsi2map *added, int *nadded)
429 added[*nadded].bus = sd->bus;
430 added[*nadded].target = sd->target;
431 added[*nadded].lun = sd->lun;
446 dev_info(&h->pdev->dev, "%s device c%db%dt%dl%d added.\n",
533 struct scsi2map *added, *removed; local
537 added = kzalloc(sizeof(*added) * CCISS_MAX_SCSI_DEVS_PER_HBA,
542 if (!added || !removed) {
587 added,
378 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, struct cciss_scsi_dev_t *device, struct scsi2map *added, int *nadded) argument
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c462 int added = 0; local
468 return added;
489 added++;
492 return added;
506 int added, i; local
519 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
568 added++;
571 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added);
572 return added;
/drivers/mmc/core/
H A DKconfig35 If you say Y here, support will be added for embedded SDIO
/drivers/scsi/
H A Dhpsa.c614 struct hpsa_scsi_dev_t *added[], int *nadded)
676 added[*nadded] = device;
684 dev_info(&h->pdev->dev, "%s device c%db%dt%dl%d added.\n",
707 struct hpsa_scsi_dev_t *added[], int *nadded,
725 added[*nadded] = new_entry;
765 struct hpsa_scsi_dev_t *added)
775 if (h->dev[i] == added) {
783 kfree(added);
867 struct hpsa_scsi_dev_t **added, **removed; local
871 added
612 hpsa_scsi_add_entry(struct ctlr_info *h, int hostno, struct hpsa_scsi_dev_t *device, struct hpsa_scsi_dev_t *added[], int *nadded) argument
705 hpsa_scsi_replace_entry(struct ctlr_info *h, int hostno, int entry, struct hpsa_scsi_dev_t *new_entry, struct hpsa_scsi_dev_t *added[], int *nadded, struct hpsa_scsi_dev_t *removed[], int *nremoved) argument
764 fixup_botched_add(struct ctlr_info *h, struct hpsa_scsi_dev_t *added) argument
[all...]
/drivers/isdn/act2000/
H A Dmodule.c188 "Mapping %c -> %s added\n",
675 int added = 0; local
715 added++;
778 return (added - failed);
/drivers/mtd/
H A Dmtd_blkdevs.c357 goto added;
366 goto added;
385 added:
/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c203 bool added = false; local
313 added = true;
316 if (added) {
/drivers/usb/core/
H A DKconfig21 let users know what specific device was added to the machine
/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h125 int added; member in struct:mlx4_ib_gid_entry
H A Dmain.c683 ge->added = 1;
778 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL;
H A Dqp.c999 if (!ge->added && mlx4_ib_add_mc(dev, qp, &ge->gid)) {
1000 ge->added = 1;
/drivers/net/
H A DKconfig137 Macvlan devices can be added using the "ip" command from the
151 can be added in the same way as a macvlan device, using 'type
/drivers/staging/wlan-ng/
H A Dprism2sta.c1587 int i, added, result, cnt; local
1696 added = 0;
1711 added = 1;
1719 ** it was added.
1728 if (added)
/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c59 u64 added; /* global descq number of entries */ member in struct:ipath_user_sdma_pkt
575 s64 descd = dd->ipath_sdma_descq_removed - pkt->added;
774 pkt->added = dd->ipath_sdma_descq_added;
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c58 u64 added; /* global descq number of entries */ member in struct:qib_user_sdma_pkt
577 s64 descd = ppd->sdma_descq_removed - pkt->added;
786 pkt->added = ppd->sdma_descq_added;
/drivers/net/hamradio/
H A Dhdlcdrv.c129 int added = 0; local
139 added += 8;
141 return added;
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c976 /* If we've added more space for the firmware to place data, tell it.
1543 int added, i; local
1555 for (i = 0, added = 0; i < il->scan_request->n_channels; i++) {
1619 added++;
1622 D_SCAN("total channels to scan %d\n", added);
1623 return added;
2594 * that based on the direct_mask added to each channel entry */
H A D4965-mac.c297 /* If we've added more space for the firmware to place data, tell it.
753 int added, i; local
766 for (i = 0, added = 0; i < il->scan_request->n_channels; i++) {
815 added++;
818 D_SCAN("total channels to scan %d\n", added);
819 return added;

Completed in 592 milliseconds