Searched refs:stag (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_mem.c46 u32 stag; local
51 &stag, mhp->attr.pdid,
61 mhp->attr.stag = stag;
62 mmid = stag >> 8;
63 mhp->ibmr.rkey = mhp->ibmr.lkey = stag;
75 u32 stag; local
83 stag = mhp->attr.stag;
85 &stag, mh
[all...]
H A Dcxio_hal.h156 int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
160 int cxio_reregister_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
164 int cxio_dereg_mem(struct cxio_rdev *rdev, u32 stag, u32 pbl_size,
166 int cxio_allocate_window(struct cxio_rdev *rdev, u32 * stag, u32 pdid);
167 int cxio_deallocate_window(struct cxio_rdev *rdev, u32 stag);
187 void cxio_dump_tpt(struct cxio_rdev *rev, u32 stag);
H A Dcxio_resource.h51 extern void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag);
H A Dcxio_hal.c677 /* IN: stag key, pdid, perm, zbva, to, len, page_size, pbl, and pbl_size
678 * OUT: stag index, actual pbl_size, pbl_addr allocated.
682 u32 *stag, u8 stag_state, u32 pdid,
691 int rereg = (*stag != T3_STAG_UNSET);
694 stag_idx = (*stag) >> 8;
696 if ((!reset_tpt_entry) && !(*stag != T3_STAG_UNSET)) {
700 *stag = (stag_idx << 8) | ((*stag) & 0xFF);
734 V_TPT_STAG_KEY((*stag) & M_TPT_STAG_KEY) |
756 /* release the stag inde
681 __cxio_tpt_op(struct cxio_rdev *rdev_p, u32 reset_tpt_entry, u32 *stag, u8 stag_state, u32 pdid, enum tpt_mem_type type, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, __be64 *pbl, u32 *pbl_size, u32 *pbl_addr) argument
770 cxio_register_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, __be64 *pbl, u32 *pbl_size, u32 *pbl_addr) argument
780 cxio_reregister_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, __be64 *pbl, u32 *pbl_size, u32 *pbl_addr) argument
789 cxio_dereg_mem(struct cxio_rdev *rdev_p, u32 stag, u32 pbl_size, u32 pbl_addr) argument
796 cxio_allocate_window(struct cxio_rdev *rdev_p, u32 * stag, u32 pdid) argument
804 cxio_deallocate_window(struct cxio_rdev *rdev_p, u32 stag) argument
[all...]
H A Dcxio_dbg.c39 void cxio_dump_tpt(struct cxio_rdev *rdev, u32 stag) argument
52 m->addr = (stag>>8) * 32 + rdev->rnic_info.tpt_base;
H A Diwch_provider.c441 mmid = mhp->attr.stag >> 8;
442 cxio_dereg_mem(&rhp->rdev, mhp->attr.stag, mhp->attr.pbl_size,
693 u32 stag = 0; local
701 ret = cxio_allocate_window(&rhp->rdev, &stag, php->pdid);
709 mhp->attr.stag = stag;
710 mmid = (stag) >> 8;
712 PDBG("%s mmid 0x%x mhp %p stag 0x%x\n", __FUNCTION__, mmid, mhp, stag);
725 cxio_deallocate_window(&rhp->rdev, mhp->attr.stag);
[all...]
H A Dcxio_wr.h155 __be32 stag; member in struct:t3_sge
176 __be32 stag; /* 2 */ member in struct:t3_local_inv_wr
484 __be32 stag; member in struct:t3_cqe::__anon4469::__anon4470
542 #define CQE_WRID_STAG(x) (be32_to_cpu((x).u.rcqe.stag))
H A Dcxio_resource.c201 void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag) argument
203 cxio_hal_put_resource(rscp->tpt_fifo, stag);
H A Diwch_qp.c64 wqe->send.sgl[0].stag = wr->imm_data;
75 wqe->send.sgl[i].stag =
104 wqe->write.sgl[0].stag = wr->imm_data;
115 wqe->write.sgl[i].stag =
215 wqe->recv.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey);
226 wqe->recv.sgl[i].stag = 0;
H A Diwch_provider.h56 u32 stag; member in struct:tpt_attributes
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/oprofile/
H A Dop_model_p4.c399 unsigned int addr, cccraddr, stag; local
402 stag = get_stagger();
414 addr = p4_counters[VIRT_CTR(stag, i)].counter_address;
415 cccraddr = p4_counters[VIRT_CTR(stag, i)].cccr_address;
423 for (addr = MSR_P4_BSU_ESCR0 + stag;
432 for (addr = MSR_P4_BSU_ESCR0 + stag;
438 for (addr = MSR_P4_IQ_ESCR0 + stag;
445 for (addr = MSR_P4_RAT_ESCR0 + stag;
451 for (addr = MSR_P4_MS_ESCR0 + stag;
457 for (addr = MSR_P4_IX_ESCR0 + stag;
498 unsigned int stag; local
557 unsigned int stag; local
600 unsigned long ctr, low, high, stag, real; local
634 unsigned int low, high, stag; local
651 unsigned int low, high, stag; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe_server.c34 ses->curr_pkt.tags[TAG_SRV_NAME] = ses->filt->stag ;
35 }else if( tag->tag_len != ses->filt->stag->tag_len
36 || !memcmp( tag+1, ses->filt->stag, ntohs(tag->tag_len)) ){
75 p_in->tags[TAG_SRV_NAME] = ses->filt->stag;
77 }else if( tag->tag_len != ses->filt->stag->tag_len
78 || !memcmp(tag + 1 , ses->filt->stag, ntohs(tag->tag_len)) ){
H A Dpppd_utils.c79 if (NULL != ses->filt->stag) {
80 if ( NULL != ses->filt->stag->tag_data) {
84 args[i]=(char *)malloc(ntohs(ses->filt->stag->tag_len));
85 strcpy(args[i],ses->filt->stag->tag_data);
H A Dpppoed.c192 if ((filt->stag = malloc (strlen (optarg) + sizeof (struct pppoe_tag))) == NULL) {
197 filt->stag->tag_len = htons (strlen (optarg));
198 filt->stag->tag_type = PTT_SRV_NAME;
199 strcpy ((char *) (filt->stag->tag_data), optarg);
H A Dpppoe_client.c62 if(ses->filt->stag) {
113 if(ses->filt->stag)
114 ses->curr_pkt.tags[TAG_SRV_NAME]=ses->filt->stag;
H A Dpppoe.c197 ses->filt->stag = make_filter_tag(PTT_SRV_NAME,
200 if ( ses->filt->stag == NULL) {
H A Dpppoe.h153 struct pppoe_tag *stag; /* service name tag override */ member in struct:filter
H A Dlibpppoe.c443 if(ses->filt->stag &&
444 !verify_tag(ses,p,TAG_SRV_NAME,ses->filt->stag->tag_data,(int)ntohs(ses->filt->stag->tag_len))){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dget_op.S567 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 Ddo_func.S254 | ;dtag,stag
275 bfextu STAG(%a6){#0:#3},%d0 |stag = d0
285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag
335 | ;dtag,stag
356 bfextu STAG(%a6){#0:#3},%d0 |stag = d0
365 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 value
[all...]
H A Dx_operr.S110 moveb STAG(%a6),%d0 |test stag for nan
157 moveb STAG(%a6),%d0 |test stag for nan
184 moveb STAG(%a6),%d0 |test stag for nan
H A Dkernel_ex.S347 orb #nan_tag,STAG(%a6) |set up stag for nan
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppoe.c137 ses->filt->stag = make_filter_tag(PTT_SRV_NAME,
140 if ( ses->filt->stag == NULL) {
H A Dpppoe.h154 struct pppoe_tag *stag; /* service name tag override */ member in struct:filter
H A Dpppoe.mod.h154 struct pppoe_tag *stag; /* service name tag override */ member in struct:filter

Completed in 180 milliseconds

12