Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/staging/rdma/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()
2105 if (pd->port_flag) { in ipath_close()
2107 pd->port_port, pd->port_flag); in ipath_close()
2108 pd->port_flag = 0; in ipath_close()
Dipath_intr.c1041 &pd->port_flag)) { in handle_urcv()
1047 &pd->port_flag)) { in handle_urcv()
Dipath_kernel.h138 unsigned long port_flag; member
/linux-4.4.14/sound/soc/sh/
Dsiu_dai.c70 struct port_flag { struct
77 static struct port_flag siu_flags[SIU_PORT_NUM] = { argument