Searched refs:c_info (Results 1 – 12 of 12) sorted by relevance
561 struct cached_info *c_info; in spu_sync_buffer() local569 c_info = get_cached_info(NULL, spu_num); in spu_sync_buffer()570 if (!c_info) { in spu_sync_buffer()580 map = c_info->map; in spu_sync_buffer()581 the_spu = c_info->the_spu; in spu_sync_buffer()
671 struct tape390_crypt_info *c_info; in tape_3590_med_state_set() local673 c_info = &TAPE_3590_CRYPT_INFO(device); in tape_3590_med_state_set()691 c_info->medium_status |= TAPE390_MEDIUM_LOADED_MASK; in tape_3590_med_state_set()694 c_info->medium_status |= TAPE390_MEDIUM_ENCRYPTED_MASK; in tape_3590_med_state_set()697 c_info->medium_status &= ~TAPE390_MEDIUM_ENCRYPTED_MASK; in tape_3590_med_state_set()
256 #define c_info(format, arg...) \ macro
1010 c_info("VNIC client initialized\n"); in opa_vnic_vema_add_one()1029 c_info("removing VNIC client\n"); in opa_vnic_vema_rem_one()
1639 if (role->info.c_info.ampdu_time_sel) { in mac_get_max_tx_time()1640 tx_time->max_tx_time = (role->info.c_info.ampdu_max_time + 1) << 9; in mac_get_max_tx_time()
412 if (role->info.c_info.data_txcnt_lmt_sel) { in get_data_rty_limit()413 rty->tx_cnt = role->info.c_info.data_tx_cnt_lmt; in get_data_rty_limit()
1171 _set_role_cctrl(adapter, info, mask, &role->info.c_info); in mac_upd_role_cctrl()
13034 struct rtw_hal_mac_ax_cctl_info c_info; member