Searched refs:sp_sb_data (Results 1 – 1 of 1) sorted by relevance
9424 struct hc_sp_status_block_data *sp_sb_data) in bxe_wr_sp_sb_data() argument9435 *((uint32_t *)sp_sb_data + i)); in bxe_wr_sp_sb_data()9442 struct hc_sp_status_block_data sp_sb_data; in bxe_zero_sp_sb() local9444 memset(&sp_sb_data, 0, sizeof(struct hc_sp_status_block_data)); in bxe_zero_sp_sb()9446 sp_sb_data.state = SB_DISABLED; in bxe_zero_sp_sb()9447 sp_sb_data.p_func.vf_valid = FALSE; in bxe_zero_sp_sb()9449 bxe_wr_sp_sb_data(sc, &sp_sb_data); in bxe_zero_sp_sb()9789 struct hc_sp_status_block_data sp_sb_data; in bxe_init_def_sb() local9791 memset(&sp_sb_data, 0, sizeof(struct hc_sp_status_block_data)); in bxe_init_def_sb()9851 sp_sb_data.state = SB_ENABLED; in bxe_init_def_sb()[all …]