| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | mem.c | 271 u32 *stag, u8 stag_state, u32 pdid, in write_tpt_entry() argument 290 stag_idx = (*stag) >> 8; in write_tpt_entry() 292 if ((!reset_tpt_entry) && (*stag == T4_STAG_UNSET)) { in write_tpt_entry() 296 rdev->stats.stag.fail++; in write_tpt_entry() 302 rdev->stats.stag.cur += 32; in write_tpt_entry() 303 if (rdev->stats.stag.cur > rdev->stats.stag.max) in write_tpt_entry() 304 rdev->stats.stag.max = rdev->stats.stag.cur; in write_tpt_entry() 306 *stag = (stag_idx << 8) | (atomic_inc_return(&key) & 0xff); in write_tpt_entry() 316 FW_RI_TPTE_STAGKEY_V((*stag & FW_RI_TPTE_STAGKEY_M)) | in write_tpt_entry() 333 (rdev->lldi.vr->stag.start >> 5), in write_tpt_entry() [all …]
|
| H A D | restrack.c | 435 u32 stag = mhp->attr.stag; in c4iw_fill_res_mr_entry() local 440 if (!stag) in c4iw_fill_res_mr_entry() 447 ret = cxgb4_read_tpte(dev->rdev.lldi.ports[0], stag, (__be32 *)&tpte); in c4iw_fill_res_mr_entry() 454 if (rdma_nl_put_driver_u32_hex(msg, "idx", stag >> 8)) in c4iw_fill_res_mr_entry() 459 if (rdma_nl_put_driver_u32_hex(msg, "key", stag & 0xff)) in c4iw_fill_res_mr_entry()
|
| H A D | ev.c | 38 static void print_tpte(struct c4iw_dev *dev, u32 stag) in print_tpte() argument 43 ret = cxgb4_read_tpte(dev->rdev.lldi.ports[0], stag, in print_tpte() 51 stag & 0xffffff00, in print_tpte()
|
| H A D | t4.h | 179 __be32 stag; member 183 __be32 stag; member 192 __be32 stag; member 270 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag)) 278 #define CQE_WRID_FR_STAG(x) (be32_to_cpu((x)->u.scqe.stag))
|
| H A D | t4fw_ri_api.h | 129 __be32 stag; member 689 __be32 stag; member 723 __be32 stag; member
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_mem.c | 88 mem->stag = id << 8; in siw_mr_add_mem() 89 mr->base_mr.lkey = mr->base_mr.rkey = mem->stag; in siw_mr_add_mem() 103 found = xa_erase(&mem->sdev->mem_xa, mem->stag >> 8); in siw_mr_drop_mem() 140 siw_dbg_pd(pd, "STag 0x%08x invalid\n", mem->stag); in siw_check_mem() 144 siw_dbg_pd(pd, "STag 0x%08x: PD mismatch\n", mem->stag); in siw_check_mem() 166 mem->stag); in siw_check_mem() 211 if (unlikely((*mem)->stag != sge->lkey)) { in siw_check_sge() 260 int siw_invalidate_stag(struct ib_pd *pd, u32 stag) in siw_invalidate_stag() argument 263 struct siw_mem *mem = siw_mem_id2obj(sdev, stag >> 8); in siw_invalidate_stag() 267 siw_dbg_pd(pd, "STag 0x%08x unknown\n", stag); in siw_invalidate_stag() [all …]
|
| H A D | siw_mem.h | 15 int siw_invalidate_stag(struct ib_pd *pd, u32 stag);
|
| H A D | siw.h | 148 u32 stag; /* iWarp memory access steering tag */ member 718 "MEM[0x%08x] %s: " fmt, mem->stag, __func__, ##__VA_ARGS__)
|
| /linux/arch/m68k/fpsp040/ |
| H A D | get_op.S | 567 moveb #nan_tag,STAG(%a6) |set stag to NaN 621 |tag (stag) 624 | stag = INF 626 | stag = NAN 629 | stag = ZERO 631 | stag = NORM 633 | Note also that the etemp_15 bit (just right of the stag) must
|
| H A D | do_func.S | 254 | ;dtag,stag 275 bfextu STAG(%a6){#0:#3},%d0 |stag = d0 285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag 414 | ;dtag,stag 434 bfextu STAG(%a6){#0:#3},%d0 |stag in d0 439 orb %d0,%d1 |d1{4:2} = dtag, d1{1:0} = stag 440 | ;dtag values stag values:
|
| H A D | x_operr.S | 157 moveb STAG(%a6),%d0 |test stag for nan 184 moveb STAG(%a6),%d0 |test stag for nan
|
| H A D | bugfix.S | 258 | $3c stag - L_SCR1 380 | $3c stag - L_SCR1
|
| H A D | kernel_ex.S | 347 orb #nan_tag,STAG(%a6) |set up stag for nan
|
| H A D | tbldo.S | 12 | the stag. For dyadic functions, all 46 | instruction ;opcode-stag Notes
|
| H A D | bindec.S | 179 movew STAG(%a6),%d0 |get stag 180 andiw #0xe000,%d0 |isolate stag bits
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 2715 static void irdma_free_stag(struct irdma_device *iwdev, u32 stag) in irdma_free_stag() argument 2719 stag_idx = (stag & iwdev->rf->mr_stagmask) >> IRDMA_CQPSQ_STAG_IDX_S; in irdma_free_stag() 2729 u32 stag = 0; in irdma_create_stag() local 2748 return stag; in irdma_create_stag() 2749 stag = stag_index << IRDMA_CQPSQ_STAG_IDX_S; in irdma_create_stag() 2750 stag |= driver_key; in irdma_create_stag() 2751 stag += (u32)consumer_key; in irdma_create_stag() 2753 return stag; in irdma_create_stag() 3020 info->mw_stag_index = iwmr->stag >> IRDMA_CQPSQ_STAG_IDX_S; in irdma_hw_alloc_mw() 3043 u32 stag; in irdma_alloc_mw() local [all …]
|
| H A D | user.h | 326 u32 stag; member 335 u32 stag; member
|
| H A D | verbs.h | 120 u32 stag; member
|
| H A D | uk.c | 340 FIELD_PREP(IRDMAQPSQ_STAG, op_info->stag)); in irdma_uk_atomic_fetch_add() 391 FIELD_PREP(IRDMAQPSQ_STAG, op_info->stag)); in irdma_uk_atomic_compare_swap()
|
| /linux/include/uapi/rdma/ |
| H A D | siw-abi.h | 39 __u32 stag; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.h | 86 u16 stag; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.h | 359 struct cxgb4_range stag; member 525 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte);
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_vlan_aware.sh | 159 ethtool -K $h2 rx-vlan-filter off rx-vlan-stag-filter off
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 885 bool stag = !!(features & BIT_ULL(NPC_VLAN_ETYPE_STAG)); in npc_update_vlan_features() local 889 if (vid && !ctag && !stag) { in npc_update_vlan_features() 898 if (stag) in npc_update_vlan_features()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 352 cmd[1] |= FIELD_PREP(CMDQ_RESUME_1_STAG, ent->resume.stag); in arm_smmu_cmdq_build_cmd() 996 cmd.resume.stag = resp->grpid; in arm_smmu_page_response() 1796 event->stag = FIELD_GET(EVTQ_1_STAG, raw[1]); in arm_smmu_decode_event() 1854 .grpid = event->stag, in arm_smmu_handle_event() 1922 evt->stall ? " stall" : "", evt->stag); in arm_smmu_dump_event()
|