Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2405 unsigned speed, width, oldspeed, oldwidth; in recover_atom_link() local
2430 oldwidth = NTB_LNK_STA_WIDTH(ntb->lnk_sta); in recover_atom_link()
2432 if (oldwidth != width || oldspeed != speed) in recover_atom_link()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c2034 u_int oldwidth; in ahc_set_width() local
2049 oldwidth = tinfo->curr.width; in ahc_set_width()
2050 if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { in ahc_set_width()
H A Daic79xx.c3209 u_int oldwidth; in ahd_set_width() local
3224 oldwidth = tinfo->curr.width; in ahd_set_width()
3225 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()