Searched refs:b_up (Results 1 – 3 of 3) sorted by relevance
403 __field(u8, b_up)412 __entry->b_up = test_bit(0, &b->up);421 (__entry->b_up) ? "up" : "down")
299 bool b_up);
1476 int qed_mcp_set_link(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool b_up) in qed_mcp_set_link() argument1486 cmd = b_up ? DRV_MSG_CODE_INIT_PHY : DRV_MSG_CODE_LINK_RESET; in qed_mcp_set_link()1514 p_hwfn->b_drv_link_init = b_up; in qed_mcp_set_link()1516 if (b_up) { in qed_mcp_set_link()1547 qed_mcp_handle_link_change(p_hwfn, p_ptt, !b_up); in qed_mcp_set_link()