Home
last modified time | relevance | path

Searched refs:oldwidth (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2092 unsigned speed, width, oldspeed, oldwidth; in recover_atom_link() local
2117 oldwidth = NTB_LNK_STA_WIDTH(ntb->lnk_sta); in recover_atom_link()
2119 if (oldwidth != width || oldspeed != speed) in recover_atom_link()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c2042 u_int oldwidth; in ahc_set_width() local
2057 oldwidth = tinfo->curr.width; in ahc_set_width()
2058 if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { in ahc_set_width()
H A Daic79xx.c3227 u_int oldwidth; in ahd_set_width() local
3242 oldwidth = tinfo->curr.width; in ahd_set_width()
3243 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()