Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c1466 if (test_bit(QL_LINK_MASTER, &qdev->flags)) { in ql_finish_auto_neg()
1499 if (test_bit(QL_LINK_MASTER, &qdev->flags)) { in ql_finish_auto_neg()
1542 if (test_bit(QL_LINK_MASTER, &qdev->flags)) in ql_link_state_machine_work()
1585 set_bit(QL_LINK_MASTER, &qdev->flags); in ql_get_phy_owner()
1587 clear_bit(QL_LINK_MASTER, &qdev->flags); in ql_get_phy_owner()
3121 clear_bit(QL_LINK_MASTER, &qdev->flags); in ql_adapter_initialize()
3411 clear_bit(QL_LINK_MASTER, &qdev->flags); in ql_adapter_down()
3622 clear_bit(QL_LINK_MASTER, &qdev->flags); in ql_reset_work()
H A Dqla3xxx.h1054 QL_LINK_MASTER = 6, /* This driver controls the link. */ enumerator