Home
last modified time | relevance | path

Searched refs:b_up (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dtrace.h406 __field(u8, b_up)
415 __entry->b_up = test_bit(0, &b->up);
424 (__entry->b_up) ? "up" : "down")
/kernel/linux/linux-6.6/net/tipc/
H A Dtrace.h406 __field(u8, b_up)
415 __entry->b_up = test_bit(0, &b->up);
424 (__entry->b_up) ? "up" : "down")
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h301 * @param b_up - raise link if `true'. Reset link if `false'.
307 bool b_up);
H A Dqed_mcp.c1484 int qed_mcp_set_link(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool b_up) in qed_mcp_set_link() argument
1495 cmd = b_up ? DRV_MSG_CODE_INIT_PHY : DRV_MSG_CODE_LINK_RESET; in qed_mcp_set_link()
1598 p_hwfn->b_drv_link_init = b_up; in qed_mcp_set_link()
1600 if (b_up) { in qed_mcp_set_link()
1628 qed_mcp_handle_link_change(p_hwfn, p_ptt, !b_up); in qed_mcp_set_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h305 * @b_up: Raise link if `true'. Reset link if `false'.
311 bool b_up);
H A Dqed_mcp.c1521 int qed_mcp_set_link(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool b_up) in qed_mcp_set_link() argument
1532 cmd = b_up ? DRV_MSG_CODE_INIT_PHY : DRV_MSG_CODE_LINK_RESET; in qed_mcp_set_link()
1631 p_hwfn->b_drv_link_init = b_up; in qed_mcp_set_link()
1633 if (b_up) { in qed_mcp_set_link()
1661 qed_mcp_handle_link_change(p_hwfn, p_ptt, !b_up); in qed_mcp_set_link()

Completed in 15 milliseconds