Home
last modified time | relevance | path

Searched refs:QL_LINK_MASTER (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Dqla3xxx.c1552 if (test_bit(QL_LINK_MASTER,&qdev->flags)) { in ql_finish_auto_neg()
1594 if (test_bit(QL_LINK_MASTER,&qdev->flags)) { in ql_finish_auto_neg()
1644 if (test_bit(QL_LINK_MASTER,&qdev->flags)) { in ql_link_state_machine_work()
1692 set_bit(QL_LINK_MASTER,&qdev->flags); in ql_get_phy_owner()
1694 clear_bit(QL_LINK_MASTER,&qdev->flags); in ql_get_phy_owner()
3260 clear_bit(QL_LINK_MASTER, &qdev->flags); in ql_adapter_initialize()
3558 clear_bit(QL_LINK_MASTER,&qdev->flags); in ql_adapter_down()
3779 clear_bit(QL_LINK_MASTER,&qdev->flags); in ql_reset_work()
Dqla3xxx.h1055 QL_LINK_MASTER = 6, /* This driver controls the link. */ enumerator