Searched refs:board_idx (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/ata/
H A Dpata_pdc2027x.c498 * @board_idx: board identifier
500 static void pdc_adjust_pll(struct ata_host *host, long pll_clock, unsigned int board_idx) argument
505 long pout_required = board_idx? PDC_133_MHZ:PDC_100_MHZ;
629 * @board_idx: board identifier
631 static void pdc_hardware_init(struct ata_host *host, unsigned int board_idx) argument
646 pdc_adjust_pll(host, pll_clock, board_idx);
686 unsigned int board_idx = (unsigned int) ent->driver_data; local
688 { &pdc2027x_port_info[board_idx], NULL };
729 pdc_hardware_init(host, board_idx);
740 unsigned int board_idx; local
[all...]
H A Dsata_uli.c132 unsigned int board_idx = (unsigned int) ent->driver_data; local
146 if (board_idx == uli_5287)
168 switch (board_idx) {
H A Dsata_qstor.c543 unsigned int board_idx = (unsigned int) ent->driver_data; local
544 const struct ata_port_info *ppi[] = { &qs_port_info[board_idx], NULL };
584 qs_host_init(host, board_idx);
H A Dpdc_adma.c550 unsigned int board_idx = (unsigned int) ent->driver_data; local
551 const struct ata_port_info *ppi[] = { &adma_port_info[board_idx], NULL };
595 adma_host_init(host, board_idx);
H A Dsata_mv.c539 unsigned int board_idx; member in struct:mv_host_priv
3732 static int mv_chip_id(struct ata_host *host, unsigned int board_idx) argument
3738 switch (board_idx) {
3834 if (board_idx == chip_6042 && mv_pci_cut_through_okay(host))
3858 dev_alert(host->dev, "BUG: invalid board index %u\n", board_idx);
3892 rc = mv_chip_id(host, hpriv->board_idx);
4084 hpriv->board_idx = chip_soc;
4371 unsigned int board_idx = (unsigned int)ent->driver_data; local
4372 const struct ata_port_info *ppi[] = { &mv_port_info[board_idx], NULL };
4388 hpriv->board_idx
[all...]
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c576 ap->board_idx = BOARD_IDX_OVERFLOW;
578 ap->board_idx = boards_found;
580 ap->board_idx = BOARD_IDX_STATIC;
868 int board_idx, ecode = 0; local
876 board_idx = ap->board_idx;
1045 if (board_idx == BOARD_IDX_OVERFLOW ||
1046 dis_pci_mem_inval[board_idx]) {
1334 if (board_idx == BOARD_IDX_OVERFLOW) {
1338 } else if (board_idx >
1504 int board_idx = ap->board_idx; local
[all...]
H A Dacenic.h686 int board_idx; member in struct:ace_private
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1304 static int board_idx = -1; local
1311 board_idx++;
1394 pr_err("Cannot enable tulip board #%d, aborting\n", board_idx);
1634 if (board_idx >= 0 && board_idx < MAX_UNITS) {
1635 if (options[board_idx] & MEDIA_MASK)
1636 tp->default_port = options[board_idx] & MEDIA_MASK;
1637 if ((options[board_idx] & FullDuplex) || full_duplex[board_idx] > 0)
1639 if (mtu[board_idx] >
[all...]
H A Dmedia.c444 void tulip_find_mii(struct net_device *dev, int board_idx) argument
493 board_idx, phy, mii_reg0, mii_status, mii_advert);
498 board_idx, to_advert, phy, mii_advert);
544 board_idx);
H A Dtulip.h501 void tulip_find_mii (struct net_device *dev, int board_idx);
H A Dde2104x.c320 unsigned board_idx; member in struct:de_private
1853 de->board_idx, ofs, media_name[de->media_type]);
1901 de->board_idx, i,
1983 static int board_idx = -1; local
1985 board_idx++;
2002 de->board_idx = board_idx;
/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c951 static int board_idx = -1; local
956 board_idx++;
1078 option = (board_idx >= MAX_UNITS) ? 0 : media[board_idx];
1085 if (board_idx < MAX_UNITS && full_duplex[board_idx] > 0)
1086 tp->mii.full_duplex = full_duplex[board_idx];
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1951 enum board_idx { enum
2535 enum board_idx board_idx; member in struct:bnxt
H A Dbnxt.c87 /* indexed by enum board_idx */
292 static bool bnxt_vf_pciid(enum board_idx idx)
14986 board_info[bp->board_idx].name,
15017 bp->board_idx = ent->driver_data;
15021 if (bnxt_vf_pciid(bp->board_idx))

Completed in 388 milliseconds