HomeSort by: relevance | last modified time | path
    Searched refs:rfa (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 123 }; /* 16B rfa */
195 struct rxdesc *rfa; local
217 * Initialize base of CBL and RFA memory. Loading with zero
310 rfa = (struct rxdesc *)sc->store;
311 rfa->rfa_status = 0;
312 rfa->rfa_control = htole16(FXP_RFA_CONTROL_S);
313 rfa->link_addr = htole32(VTOPHYS(rfa));
314 rfa->rbd_addr = -1;
315 rfa->actual_size = 0
369 struct rxdesc *rfa; local
    [all...]
  /src/sys/external/bsd/drm2/radeon/
radeondrmkmsfb.c 86 const struct radeonfb_attach_args *const rfa = aux; local
89 sc->sc_rfa = *rfa;
126 const struct radeonfb_attach_args *const rfa = &sc->sc_rfa; local
129 .da_fb_helper = rfa->rfa_fb_helper,
130 .da_fb_sizes = &rfa->rfa_fb_sizes,
131 .da_fb_vaddr = __UNVOLATILE(rfa->rfa_fb_ptr),
132 .da_fb_linebytes = rfa->rfa_fb_linebytes,
  /src/external/gpl3/binutils/dist/include/vms/
lbr.h 173 simply a key (= a string) and a rfa. */
195 struct vms_rfa rfa; member in struct:vms_idx
206 struct vms_rfa rfa; member in struct:vms_elfidx
217 #define ELFIDX__LISTRFA 0x04 /* RFA field points to an LHS. */
222 /* List head structure. That's what is pointed by rfa when LISTRFA flag
268 /* RFA of the next chunk. */
269 struct vms_rfa rfa; member in struct:vms_kbn
  /src/external/gpl3/binutils.old/dist/include/vms/
lbr.h 173 simply a key (= a string) and a rfa. */
195 struct vms_rfa rfa; member in struct:vms_idx
206 struct vms_rfa rfa; member in struct:vms_elfidx
217 #define ELFIDX__LISTRFA 0x04 /* RFA field points to an LHS. */
222 /* List head structure. That's what is pointed by rfa when LISTRFA flag
268 /* RFA of the next chunk. */
269 struct vms_rfa rfa; member in struct:vms_kbn
  /src/external/gpl3/binutils/dist/bfd/
vms-lib.c 179 /* Follow all member of a lns list (pointed by RFA) and add indexes for
184 struct vms_rfa *rfa)
192 vbn = bfd_getl32 (rfa->vbn);
197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
207 rfa = &lns.nxtrfa;
285 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
286 idx_off = bfd_getl16 (ridx->rfa.offset);
297 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
298 idx_off = bfd_getl16 (ridx->rfa.offset);
346 kvbn = bfd_getl32 (kbn->rfa.vbn)
1845 struct vms_rfa *rfa; local
1890 struct vms_rfa *rfa; local
1950 struct vms_rfa *rfa; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c 179 /* Follow all member of a lns list (pointed by RFA) and add indexes for
184 struct vms_rfa *rfa)
192 vbn = bfd_getl32 (rfa->vbn);
197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
207 rfa = &lns.nxtrfa;
285 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
286 idx_off = bfd_getl16 (ridx->rfa.offset);
297 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
298 idx_off = bfd_getl16 (ridx->rfa.offset);
346 kvbn = bfd_getl32 (kbn->rfa.vbn)
1841 struct vms_rfa *rfa; local
1886 struct vms_rfa *rfa; local
1946 struct vms_rfa *rfa; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fb.c 271 struct radeonfb_attach_args rfa = zero_rfa; local
273 rfa.rfa_fb_helper = helper;
274 rfa.rfa_fb_sizes = *sizes;
275 rfa.rfa_fb_ptr = rbo->kptr;
276 rfa.rfa_fb_linebytes = mode_cmd.pitches[0];
279 helper->fbdev = config_found(rdev->ddev->dev, &rfa, NULL,
  /src/sys/dev/ic/
i82557.c 113 * card DMAs the packet immediately following the RFA. However,
116 * we actually offset the RFA 2 bytes into the cluster. This
118 * boundary. HOWEVER! This means that the RFA is misaligned!
1209 fxp_rx_hwcksum(struct fxp_softc *sc, struct mbuf *m, const struct fxp_rfa *rfa,
1225 csum_stat = rfa->cksum_stat;
1226 if ((rfa->rfa_status & htole16(FXP_RFA_STATUS_PARSE)) == 0)
1342 struct fxp_rfa *rfa; local
1350 rfa = FXP_MTORFA(m);
1356 rxstat = le16toh(rfa->rfa_status);
1374 len = le16toh(rfa->actual_size)
    [all...]
  /src/external/gpl2/gmake/dist/
arscan.c 50 VMS_get_member_info (struct dsc$descriptor_s *module, unsigned long *rfa)
66 status = lbr$set_module (&VMS_lib_idx, rfa, &bufdesc,

Completed in 31 milliseconds