Searched refs:ibcctrl (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | linda.c | 276 struct QIB_7220_IBCCtrl ibcctrl; in linda_set_port_info() local 286 linda_readq ( linda, &ibcctrl, QIB_7220_IBCCtrl_offset ); in linda_set_port_info() 287 BIT_SET ( &ibcctrl, LinkCmd, link_state ); in linda_set_port_info() 288 linda_writeq ( linda, &ibcctrl, QIB_7220_IBCCtrl_offset ); in linda_set_port_info() 2235 struct QIB_7220_IBCCtrl ibcctrl; in linda_init_ib_serdes() local 2246 memset ( &ibcctrl, 0, sizeof ( ibcctrl ) ); in linda_init_ib_serdes() 2247 BIT_FILL_6 ( &ibcctrl, /* Tuning values taken from Linux driver */ in linda_init_ib_serdes() 2256 linda_writeq ( linda, &ibcctrl, QIB_7220_IBCCtrl_offset ); in linda_init_ib_serdes()
|