Searched refs:recp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_switch.c | 2229 struct ice_sw_recipe *recp) in ice_release_recipe_res() argument 2237 for_each_set_bit(rid, recp->r_bitmap, ICE_MAX_NUM_RECIPES) { in ice_release_recipe_res() 2248 bitmap_andnot(r_bitmap, r_bitmap, recp->r_bitmap, in ice_release_recipe_res() 2267 clear_bit(rid, recp->r_bitmap); in ice_release_recipe_res() 2978 struct ice_sw_recipe *recp; in ice_create_pkt_fwd_rule() local 3019 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule() 3020 list_add(&fm_entry->list_entry, &recp->filt_rules); in ice_create_pkt_fwd_rule() 4729 struct ice_sw_recipe *recp; in ice_find_recp() local 4733 recp = hw->switch_info->recp_list; in ice_find_recp() 4748 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp() [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | btree.c | 692 union xfs_btree_rec *recp; in xchk_btree() local 755 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr, in xchk_btree() 757 error = bs->scrub_rec(bs, recp); in xchk_btree()
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 1490 struct xlog_rec_header *recp = (struct xlog_rec_header *)buf; in xlog_add_record() local 1493 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_add_record() 1494 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record() 1495 recp->h_version = cpu_to_be32( in xlog_add_record() 1497 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record() 1498 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record() 1499 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record() 1500 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_fcp.c | 1507 struct fc_els_rec_acc *recp; in fc_fcp_rec_resp() local 1571 recp = fc_frame_payload_get(fp, sizeof(*recp)); in fc_fcp_rec_resp() 1572 offset = ntohl(recp->reca_fc4value); in fc_fcp_rec_resp() 1573 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
|