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

/freebsd-12-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2396 unsigned speed, width, oldspeed, oldwidth; local
2421 oldwidth = NTB_LNK_STA_WIDTH(ntb->lnk_sta);
2423 if (oldwidth != width || oldspeed != speed)
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c2042 u_int oldwidth; local
2057 oldwidth = tinfo->curr.width;
2058 if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) {
H A Daic79xx.c3227 u_int oldwidth; local
3242 oldwidth = tinfo->curr.width;
3243 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) {

Completed in 86 milliseconds