Home
last modified time | relevance | path

Searched refs:port_flag (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/sn/
Dklconfig.h201 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_HUB)
203 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_IO)
206 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_ENABLE)
590 unsigned char port_flag; member
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_file_ops.c1392 set_bit(IPATH_PORT_WAITING_URG, &pd->port_flag); in ipath_poll_urgent()
1426 set_bit(IPATH_PORT_WAITING_RCV, &pd->port_flag); in ipath_poll_next()
1565 set_bit(IPATH_PORT_MASTER_UNINIT, &pd->port_flag); in init_subports()
1914 !test_bit(IPATH_PORT_MASTER_UNINIT, &pd->port_flag)); in ipath_do_user_init()
2001 clear_bit(IPATH_PORT_MASTER_UNINIT, &pd->port_flag); in ipath_do_user_init()
2106 if (pd->port_flag) { in ipath_close()
2108 pd->port_port, pd->port_flag); in ipath_close()
2109 pd->port_flag = 0; in ipath_close()
Dipath_intr.c1043 &pd->port_flag)) { in handle_urcv()
1049 &pd->port_flag)) { in handle_urcv()
Dipath_kernel.h137 unsigned long port_flag; member
/linux-4.1.27/sound/soc/sh/
Dsiu_dai.c70 struct port_flag { struct
77 static struct port_flag siu_flags[SIU_PORT_NUM] = { argument