Searched refs:b_up (Results 1 – 3 of 3) sorted by relevance
406 __field(u8, b_up)415 __entry->b_up = test_bit(0, &b->up);424 (__entry->b_up) ? "up" : "down")
311 bool b_up);
1521 int qed_mcp_set_link(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool b_up) in qed_mcp_set_link() argument1532 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()