Searched refs:fc (Results 1 - 25 of 32) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp105 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) argument
111 STAILQ_FOREACH(fwdev, &fc->devices, link)
123 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) argument
129 FW_GLOCK(fc);
130 STAILQ_FOREACH(fwdev, &fc->devices, link)
133 FW_GUNLOCK(fc);
145 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) argument
162 info = &fc->tcode[tcode];
169 if ((fc->status < FWBUSEXPLORE) &&
179 xferq = fc
265 struct firewire_comm *fc = xfer->fc; local
287 struct firewire_comm *fc = (struct firewire_comm *)arg; local
336 struct firewire_comm *fc; local
429 firewire_attach(struct firewire_comm *fc, struct firewire_softc *sc) argument
511 struct firewire_comm *fc; local
591 fw_drain_txq(struct firewire_comm *fc) argument
622 fw_reset_csr(struct firewire_comm *fc) argument
667 fw_init_crom(struct firewire_comm *fc) argument
701 fw_reset_crom(struct firewire_comm *fc) argument
736 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
805 fw_init(struct firewire_comm *fc) argument
923 fw_bindlookup(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo) argument
943 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
975 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
1011 fw_xferlist_add(struct fw_xferlist *q, int slen, int rlen, int n, struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) argument
1060 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) argument
1097 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
1308 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1373 fw_sidrcv(struct firewire_comm* fc, uint32_t *sid, u_int len) argument
1491 struct firewire_comm *fc = (struct firewire_comm *)arg; local
1603 struct firewire_comm *fc; local
1762 fw_find_self_id(struct firewire_comm *fc, int node) argument
1778 fw_explore(struct firewire_comm *fc) argument
1839 struct firewire_comm *fc; local
1868 fw_attach_dev(struct firewire_comm *fc) argument
1930 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) argument
2227 struct firewire_comm *fc; local
2262 struct firewire_comm *fc = (struct firewire_comm *)arg; local
2396 fw_bmr(struct firewire_comm *fc) argument
2449 fw_open_isodma(struct firewire_comm *fc, int tx) argument
[all...]
H A Dfwohci.cpp266 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) argument
268 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
286 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n",
312 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__);
323 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__);
330 device_printf(sc->fc.dev, "%s: 0x%x loop=%d, retry=%d\n",
341 struct fwohci_softc *fc; local
350 fc = (struct fwohci_softc *)sc->fc;*/
351 fc
787 fwohci_cyctimer(struct firewire_comm *fc) argument
1059 fwohci_start_atq(struct firewire_comm *fc) argument
1069 fwohci_start_ats(struct firewire_comm *fc) argument
1088 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1336 fwohci_itx_disable(struct firewire_comm *fc, int dmach) argument
1353 fwohci_irx_disable(struct firewire_comm *fc, int dmach) argument
1549 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) argument
1580 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) argument
1701 fwohci_irx_enable(struct firewire_comm *fc, int dmach) argument
1869 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1955 struct firewire_comm *fc = (struct firewire_comm *)sc; local
2043 struct firewire_comm *fc = &sc->fc; local
2144 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument
2154 fwohci_set_intr(struct firewire_comm *fc, int enable) argument
2173 struct firewire_comm *fc = &sc->fc; local
2220 struct firewire_comm *fc = &sc->fc; local
2490 fwohci_ibr(struct firewire_comm *fc) argument
[all...]
H A Dfwdma.cpp60 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size,
67 /*parent*/ fc->dmat,
79 /*lockarg*/FW_GMTX(fc),
103 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma)
178 /*parent*/ fc->dmat,
190 /*lockarg*/FW_GMTX(fc),
H A Dfwohci_pci.cpp84 /* if (sc->fc.bdev) {
85 device_delete_child(self, sc->fc.bdev);
86 sc->fc.bdev = NULL;
95 mtx_destroy(FW_GMTX(&sc->fc));
112 sc->fc.bdev = child;
113 device_set_ivars(child, (void *)&sc->fc);*/
116 err = firewire_attach(&sc->fc, gFirewire_softc[index]);
147 mtx_init(FW_GMTX(&sc->fc), "firewire", NULL, MTX_DEF);
226 mtx_destroy(FW_GMTX(&sc->fc));
H A Dfwmem.cpp66 xfer->fc = fwdev->fc;
110 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
146 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
184 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
222 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
H A Dfwohcivar.h40 struct firewire_comm fc; member in struct:fwohci_softc
/haiku/headers/private/firewire/
H A Dfirewire_module.h21 struct fw_device * (*fw_noderesolve_nodeid)(struct firewire_comm *fc, int dst);
23 struct fw_device * (*fw_noderesolve_eui64)(struct firewire_comm *fc, struct fw_eui64 *eui);
25 int (*fw_asyreq)(struct firewire_comm *fc, int sub, struct fw_xfer *xfer);
30 struct fw_bind * (*fw_bindlookup)(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo);
32 int (*fw_bindadd)(struct firewire_comm *fc, struct fw_bind *fwb);
34 int (*fw_bindremove)(struct firewire_comm *fc, struct fw_bind *fwb);
38 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *));
56 int (*fw_open_isodma)(struct firewire_comm *fc, int tx);
H A Dfirewirereg.h83 struct firewire_comm *fc; member in struct:fw_device
95 struct firewire_comm *fc; member in struct:firewire_softc
106 struct firewire_comm *fc; member in struct:firewire_dev_comm
239 #define FW_GMTX(fc) (&(fc)->mtx)
240 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc))
241 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc))
243 #define FW_GLOCK_ASSERT(fc) mtx_asser
303 struct firewire_comm *fc; member in struct:fw_xfer
337 struct firewire_comm *fc; member in struct:fw_rcv_buf
[all...]
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c83 struct firewire_comm *fc; member in struct:fw_drv1
182 FW_GLOCK(sc->fc);
184 FW_GUNLOCK(sc->fc);
189 FW_GUNLOCK(sc->fc);
197 d->fc = sc->fc;
221 struct firewire_comm *fc; local
229 fc = d->fc;
234 gFirewire->fw_bindremove(fc, fw
365 struct firewire_comm *fc; local
547 struct firewire_comm *fc; local
658 struct firewire_comm *fc; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_renderer_markers.h649 void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, marker_e type) argument
654 case marker_square: do { base_type::fill_color(*fc); square (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
655 case marker_diamond: do { base_type::fill_color(*fc); diamond (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
656 case marker_circle: do { base_type::fill_color(*fc); circle (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
657 case marker_crossed_circle: do { base_type::fill_color(*fc); crossed_circle (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
658 case marker_semiellipse_left: do { base_type::fill_color(*fc); semiellipse_lef
677 markers(int n, const T* x, const T* y, const T* r, const color_type* fc, const color_type* lc, marker_e type) argument
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dfreecom.c241 fcm_command fc = { local
246 memcpy(fc.data.cmd, cmd, sizeof(fc.data.cmd));
248 fc.timeout = FCMTO_TU;
251 PTRACE(udi, "FCM:FC:{Type:0x%02x; TO:%d;}\n", fc.type, fc.timeout);
252 udi->trace_bytes("FCM:FC::Cmd:\n", fc.data.cmd, sizeof(fc.data.cmd));
253 udi->trace_bytes("FCM:FC::Pad:\n", fc.data.pad, sizeof(fc
312 fcm_command fc = { local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_mac.c544 if (hw->fc.requested_mode == igc_fc_default) {
545 hw->fc.requested_mode = igc_fc_full;
551 hw->fc.current_mode = hw->fc.requested_mode;
554 hw->fc.current_mode);
571 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time);
618 if (hw->fc.current_mode & igc_fc_tx_pause) {
623 fcrtl = hw->fc.low_water;
624 if (hw->fc.send_xon)
627 fcrth = hw->fc
[all...]
H A Dif_igc.c486 OID_AUTO, "fc", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT,
1628 hw->fc.high_water = rx_buffer_size -
1631 hw->fc.low_water = hw->fc.high_water - 16;
1633 if (adapter->fc) /* locally set flow control value? */
1634 hw->fc.requested_mode = adapter->fc;
1636 hw->fc.requested_mode = igc_fc_full;
1638 hw->fc.pause_time = IGC_FC_PAUSE_TIME;
1640 hw->fc
[all...]
H A Dif_igc.h385 u16 fc; member in struct:igc_adapter
H A Digc_phy.c324 /* Need to parse both autoneg_advertised and fc and set up
396 * The possible values of the "fc" parameter are:
406 switch (hw->fc.current_mode) {
601 hw->fc.current_mode = igc_fc_none;
H A Digc_hw.h522 struct igc_fc_info fc; member in struct:igc_hw
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.c968 * control setting, then the variable hw->fc will
990 hw->fc.requested_mode = e1000_fc_none;
993 hw->fc.requested_mode = e1000_fc_tx_pause;
995 hw->fc.requested_mode = e1000_fc_full;
1025 if (hw->fc.requested_mode == e1000_fc_default) {
1034 hw->fc.current_mode = hw->fc.requested_mode;
1037 hw->fc.current_mode);
1054 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
1081 * The possible values of the "fc" paramete
[all...]
H A De1000_82542.c329 hw->fc.requested_mode &= ~e1000_fc_tx_pause;
332 hw->fc.requested_mode &= ~e1000_fc_rx_pause;
338 hw->fc.current_mode = hw->fc.requested_mode;
341 hw->fc.current_mode);
360 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
H A Dif_em.c837 SYSCTL_ADD_PROC(ctx_list, child, OID_AUTO, "fc",
2624 hw->fc.high_water = rx_buffer_size -
2626 hw->fc.low_water = hw->fc.high_water - 1500;
2628 if (sc->fc) /* locally set flow control value? */
2629 hw->fc.requested_mode = sc->fc;
2631 hw->fc.requested_mode = e1000_fc_full;
2634 hw->fc.pause_time = 0xFFFF;
2636 hw->fc
[all...]
H A Dif_em.h505 u16 fc; member in struct:e1000_softc
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp144 int32 fc = message->FindInt32("frame_color"); local
154 frame_color.red = (fc & 0xff000000) >> 24;
155 frame_color.green = (fc & 0x00ff0000) >> 16;
156 frame_color.blue = (fc & 0x0000ff00) >> 8;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c268 register UCHAR_T fc; /* Current character of the format. */ local
435 fc = *f++;
436 if (fc != '%')
439 if (ISSPACE (fc))
462 if (c != fc)
602 fc = *f++;
603 if (skip_space || (fc != L_('[') && fc != L_('c')
604 && fc != L_('C') && fc !
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c534 fs_file_cookie *fc; local
552 fc = malloc(sizeof(fs_file_cookie));
553 if (!fc)
555 memset(fc, 0, sizeof(fs_file_cookie));
556 fc->node = node;
557 fc->omode = omode;
558 fc->type = S_IFREG;
559 err = SLL_INSERT(node->opened, next, fc);
566 *cookie = (void *)fc;
572 // SLL_REMOVE(node->opened, next, fc);
1023 fs_file_cookie *fc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c303 uint8_t cr0, cr1, fc; local
348 fc = 0;
351 fc = CSR_READ_1(sc, VR_FLOWCR1);
352 fc &= ~(VR_FLOWCR1_TXPAUSE | VR_FLOWCR1_RXPAUSE);
355 fc |= VR_FLOWCR1_RXPAUSE;
358 fc |= VR_FLOWCR1_TXPAUSE;
361 CSR_WRITE_1(sc, VR_FLOWCR1, fc);
364 fc = CSR_READ_1(sc, VR_MISC_CR0);
365 fc &= ~VR_MISCCR0_RXPAUSE;
368 fc |
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h43 uint16 fc:1; member in struct:mc68030_ssw

Completed in 189 milliseconds

12