Searched refs:fc (Results 1 - 25 of 32) sorted by last modified time

12

/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/intel22x/dev/igc/
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
H A Dif_igc.h385 u16 fc; member in struct:igc_adapter
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 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...]
/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/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h505 u16 fc; member in struct:e1000_softc
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 De1000_phy.c1506 /* Need to parse both autoneg_advertised and fc and set up
1566 * The possible values of the "fc" parameter are:
1576 switch (hw->fc.current_mode) {
2033 hw->fc.current_mode = e1000_fc_none;
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_ich8lan.c5285 if (hw->fc.requested_mode == e1000_fc_default)
5286 hw->fc.requested_mode = e1000_fc_full;
5291 hw->fc.current_mode = hw->fc.requested_mode;
5294 hw->fc.current_mode);
5303 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
5308 E1000_WRITE_REG(hw, E1000_FCRTV_PCH, hw->fc.refresh_time);
5312 hw->fc.pause_time);
H A De1000_hw.h1029 struct e1000_fc_info fc; member in struct:e1000_hw
H A De1000_82575.c1593 switch (hw->fc.requested_mode) {
H A De1000_82571.c1432 if (hw->fc.requested_mode == e1000_fc_default)
1433 hw->fc.requested_mode = e1000_fc_full;
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);
/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 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)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1427 uint8_t fc[2]; member in struct:iwn5000_tx_stat
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1723 int i, j, tr, tc, fc, c, d, val, hm[2];
1759 for (fc = FC(row, col); col < left + TS
1762 val = ((pix[-1][1] + pix[0][fc] + pix[1][1]) * 2
1763 - pix[-2][fc] - pix[2][fc]) >> 2;
1766 val = ((pix[-fInputWidth][1] + pix[0][fc]
1768 - pix[-2 * fInputWidth][fc] - pix[2 * fInputWidth][fc])
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h43 uint16 fc:1; member in struct:mc68030_ssw
/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...]

Completed in 207 milliseconds

12