Searched refs:bnx2_fw_sync (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 1693 static int bnx2_fw_sync(struct bnx2 *, u32, int, int); 1748 bnx2_fw_sync(bp, BNX2_DRV_MSG_CODE_CMD_SET_LINK, 1, 0); in bnx2_setup_remote_phy() 2520 bnx2_fw_sync(struct bnx2 *bp, u32 msg_data, int ack, int silent) in bnx2_fw_sync() function 4024 bnx2_fw_sync(bp, wol_msg, 1, 0); in bnx2_setup_wol() 4033 bnx2_fw_sync(bp, wol_msg, 1, 0); in bnx2_setup_wol() 4803 bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT0 | reset_code, 1, 1); in bnx2_reset_chip() 4864 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT1 | reset_code, 1, 0); in bnx2_reset_chip() 5111 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT2 | BNX2_DRV_MSG_CODE_RESET, in bnx2_init_chip() 7768 bnx2_fw_sync(bp, BNX2_DRV_MSG_CODE_KEEP_VLAN_UPDATE, 0, 1); in bnx2_set_features()
|