Searched refs:bnx2_fw_sync (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 1692 static int bnx2_fw_sync(struct bnx2 *, u32, int, int); 1747 bnx2_fw_sync(bp, BNX2_DRV_MSG_CODE_CMD_SET_LINK, 1, 0); in bnx2_setup_remote_phy() 2519 bnx2_fw_sync(struct bnx2 *bp, u32 msg_data, int ack, int silent) in bnx2_fw_sync() function 4008 bnx2_fw_sync(bp, wol_msg, 1, 0); in bnx2_setup_wol() 4017 bnx2_fw_sync(bp, wol_msg, 1, 0); in bnx2_setup_wol() 4787 bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT0 | reset_code, 1, 1); in bnx2_reset_chip() 4848 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT1 | reset_code, 1, 0); in bnx2_reset_chip() 5094 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT2 | BNX2_DRV_MSG_CODE_RESET, in bnx2_init_chip() 7751 bnx2_fw_sync(bp, BNX2_DRV_MSG_CODE_KEEP_VLAN_UPDATE, 0, 1); in bnx2_set_features()
|