Searched refs:lstate (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c269 u32 ltstate, lstate; local
277 lstate = val & IPATH_IBSTATE_MASK;
284 if ((lstate != IPATH_IBSTATE_ARM && lstate != IPATH_IBSTATE_ACTIVE)
288 ib_linkstate(lstate));
300 else if (lstate == IPATH_IBSTATE_INIT || lstate == IPATH_IBSTATE_ARM ||
301 lstate == IPATH_IBSTATE_ACTIVE) {
306 if (lstate == ((unsigned) dd->ipath_lastibcstat
309 ib_linkstate(lstate));
[all...]
H A Dipath_mad.c400 u16 lstate; local
531 lstate = (pip->portphysstate_linkdown >> 4) & 0xF;
532 if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP))
541 if (lstate == 0)
545 if (lstate == 0)
547 lstate = IPATH_IB_LINKDOWN_SLEEP;
549 lstate = IPATH_IB_LINKDOWN;
550 else if (lstate == 1)
551 lstate = IPATH_IB_LINKDOWN_SLEEP;
552 else if (lstate
[all...]
H A Dipath_driver.c1627 u32 lstate; local
1660 lstate = IPATH_LINKINIT;
1679 lstate = IPATH_LINKARMED | IPATH_LINKACTIVE;
1693 lstate = IPATH_LINKACTIVE;
1717 ret = ipath_wait_linkstate(dd, lstate, 2000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c231 struct ahc_tmode_lstate *lstate,
3359 struct ahc_tmode_lstate* lstate; local
3361 lstate = tstate->enabled_luns[devinfo->lun];
3362 if (lstate != NULL) {
3363 ahc_queue_lstate_event(ahc, lstate,
3367 ahc_send_lstate_events(ahc, lstate);
3736 struct ahc_tmode_lstate* lstate; local
3738 lstate = tstate->enabled_luns[lun];
3739 if (lstate == NULL)
3742 ahc_queue_lstate_event(ahc, lstate, devinf
3929 struct ahc_tmode_lstate *lstate; local
5985 struct ahc_tmode_lstate* lstate; local
6124 ahc_queue_lstate_event(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate, u_int initiator_id, u_int event_type, u_int event_arg) argument
6175 ahc_send_lstate_events(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate) argument
6735 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, struct ahc_tmode_tstate **tstate, struct ahc_tmode_lstate **lstate, int notfound_failure) argument
6779 struct ahc_tmode_lstate *lstate; local
7245 struct ahc_tmode_lstate *lstate; local
[all...]
H A Daic79xx_core.c230 struct ahd_tmode_lstate *lstate,
4668 struct ahd_tmode_lstate* lstate; local
4670 lstate = tstate->enabled_luns[devinfo->lun];
4671 if (lstate != NULL) {
4672 ahd_queue_lstate_event(ahd, lstate,
4676 ahd_send_lstate_events(ahd, lstate);
5150 struct ahd_tmode_lstate* lstate; local
5152 lstate = tstate->enabled_luns[cur_lun];
5153 if (lstate == NULL)
5156 ahd_queue_lstate_event(ahd, lstate, devinf
5395 struct ahd_tmode_lstate *lstate; local
7996 struct ahd_tmode_lstate* lstate; local
8402 ahd_queue_lstate_event(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate, u_int initiator_id, u_int event_type, u_int event_arg) argument
8453 ahd_send_lstate_events(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate) argument
9400 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, struct ahd_tmode_tstate **tstate, struct ahd_tmode_lstate **lstate, int notfound_failure) argument
9445 struct ahd_tmode_lstate *lstate; local
9836 struct ahd_tmode_lstate *lstate; local
[all...]
H A Daic79xx.h1434 struct ahd_tmode_lstate **lstate,
H A Daic7xxx.h1282 struct ahc_tmode_lstate **lstate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.c700 int oldstate = cp->lstate;
719 if (cp->lstate == link_up) {
728 cp->lstate = link_down;
757 cp->lstate = link_aneg;
762 cp->lstate = link_force_ok;
775 cp->lstate = link_aneg;
777 cp->lstate = link_force_ok;
998 if (cp->lstate != link_up) {
1000 cp->lstate = link_up;
1007 } else if (cp->lstate
[all...]
H A Dsungem.c1291 gp->lstate = link_aneg;
1295 gp->lstate = link_force_ok;
1419 switch (gp->lstate) {
1427 gp->lstate = link_force_ok;
1443 gp->lstate = link_force_try;
1491 gp->lstate = link_up;
1503 if (gp->lstate == link_force_try && gp->want_autoneg) {
1504 gp->lstate = link_force_ret;
1511 } else if (gp->lstate != link_up) {
1512 gp->lstate
[all...]
H A Dsungem.h1010 enum link_state lstate; member in struct:gem
H A Dcassini.h3570 enum link_state lstate; member in struct:cas

Completed in 146 milliseconds