Home
last modified time | relevance | path

Searched refs:Flags (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/isdn/mISDN/
H A Dlayer1.c20 u_long Flags; member
120 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) in l1_deact_cnf()
131 test_and_set_bit(FLG_L1_DEACTTIMER, &l1->Flags); in l1_deact_req_s()
139 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_power_up_s()
174 if (test_and_clear_bit(FLG_L1_DEACTTIMER, &l1->Flags)) in l1_info4_ind()
176 if (!test_bit(FLG_L1_ACTIVATED, &l1->Flags)) { in l1_info4_ind()
177 if (test_and_clear_bit(FLG_L1_T3RUN, &l1->Flags)) in l1_info4_ind()
180 test_and_set_bit(FLG_L1_ACTTIMER, &l1->Flags); in l1_info4_ind()
189 test_and_clear_bit(FLG_L1_T3RUN, &l1->Flags); in l1_timer3()
190 if (test_and_clear_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_timer3()
[all …]
H A Dhwchannel.c20 if (test_and_clear_bit(FLG_RECVQUEUE, &dch->Flags)) { in dchannel_bh()
30 if (test_and_clear_bit(FLG_PHCHANGE, &dch->Flags)) { in dchannel_bh()
43 if (test_and_clear_bit(FLG_RECVQUEUE, &bch->Flags)) { in bchannel_bh()
59 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()
78 ch->Flags = 0; in mISDN_initbchannel()
131 test_and_clear_bit(FLG_TX_BUSY, &ch->Flags); in mISDN_clear_bchannel()
132 test_and_clear_bit(FLG_TX_NEXT, &ch->Flags); in mISDN_clear_bchannel()
133 test_and_clear_bit(FLG_ACTIVE, &ch->Flags); in mISDN_clear_bchannel()
134 test_and_clear_bit(FLG_FILLEMPTY, &ch->Flags); in mISDN_clear_bchannel()
135 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()
[all …]
H A Dl1oip_core.c585 if (!test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_parse()
589 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_parse()
768 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_close()
772 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_close()
843 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_timeout()
847 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_timeout()
910 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
921 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
994 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in open_dchannel()
1021 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
[all …]
/openbmc/telemetry/src/
H A Dstate.hpp22 template <class Flags, class Object, Flags... Keys>
28 template <Flags... Indexes>
54 template <Flags Index>
66 template <size_t Index, Flags flag, Flags it, Flags... list>
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c418 if (test_bit(FLG_RX_OFF, &ch->bch.Flags)) { in isar_rcv_frame()
585 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) || in isar_fill_fifo()
613 &ch->bch.Flags); in isar_fill_fifo()
618 &ch->bch.Flags); in isar_fill_fifo()
681 if (test_bit(FLG_LASTDATA, &ch->bch.Flags)) { in send_next()
683 test_and_set_bit(FLG_NMD_DATA, &ch->bch.Flags); in send_next()
686 if (test_bit(FLG_DLEETX, &ch->bch.Flags)) { in send_next()
687 test_and_set_bit(FLG_LASTDATA, &ch->bch.Flags); in send_next()
688 test_and_set_bit(FLG_NMD_DATA, &ch->bch.Flags); in send_next()
695 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
[all …]
H A Dw6692.c294 if (test_and_set_bit(FLG_BUSY_TIMER, &dch->Flags)) { in W6692_fill_Dfifo()
312 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in d_retransmit()
315 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags)) in d_retransmit()
318 if (test_bit(FLG_TX_BUSY, &dch->Flags)) { in d_retransmit()
324 test_and_set_bit(FLG_TX_BUSY, &dch->Flags); in d_retransmit()
373 if (test_and_clear_bit(FLG_BUSY_TIMER, &card->dch.Flags)) in handle_txD()
459 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) { in W6692_empty_Bfifo()
492 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo()
505 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo()
536 !test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
[all …]
H A DmISDNipac.c158 if (test_and_set_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) { in isac_fill_fifo()
207 if (test_and_clear_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) in isac_xpr_irq()
221 if (test_and_clear_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) in isac_retransmit()
223 if (test_bit(FLG_TX_BUSY, &isac->dch.Flags)) { in isac_retransmit()
229 test_and_set_bit(FLG_TX_BUSY, &isac->dch.Flags); in isac_retransmit()
579 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags); in isac_l1hw()
665 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in isac_l1cmd()
666 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in isac_l1cmd()
675 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in isac_l1cmd()
680 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in isac_l1cmd()
[all …]
H A Dhfcpci.c309 if (test_bit(FLG_ACTIVE, &hc->bch[0].Flags) && in Sel_BCS()
312 else if (test_bit(FLG_ACTIVE, &hc->bch[1].Flags) && in Sel_BCS()
563 if (test_bit(FLG_RX_OFF, &bch->Flags)) { in hfcpci_empty_fifo_trans()
648 } else if (test_bit(FLG_TRANSPARENT, &bch->Flags)) { in main_rec_hfcpci()
752 if (!test_bit(FLG_FILLEMPTY, &bch->Flags) && in hfcpci_fill_fifo()
753 !test_bit(FLG_TRANSPARENT, &bch->Flags)) in hfcpci_fill_fifo()
767 if (test_bit(FLG_TRANSPARENT, &bch->Flags)) { in hfcpci_fill_fifo()
777 if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in hfcpci_fill_fifo()
942 test_and_clear_bit(FLG_HFC_TIMER_T3, &dch->Flags); in handle_nt_timer3()
946 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in handle_nt_timer3()
[all …]
H A Davmfritz.c250 if (test_bit(FLG_ACTIVE, &fc->bch[0].Flags) && in Sel_BCS()
253 else if (test_bit(FLG_ACTIVE, &fc->bch[1].Flags) && in Sel_BCS()
359 test_and_clear_bit(FLG_HDLC, &bch->Flags); in modehdlc()
360 test_and_clear_bit(FLG_TRANSPARENT, &bch->Flags); in modehdlc()
370 test_and_set_bit(FLG_TRANSPARENT, &bch->Flags); in modehdlc()
380 test_and_set_bit(FLG_HDLC, &bch->Flags); in modehdlc()
399 if (test_bit(FLG_RX_OFF, &bch->Flags)) { in hdlc_empty_fifo()
450 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo()
465 if (test_bit(FLG_HDLC, &bch->Flags)) in hdlc_fill_fifo()
515 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq_xpr()
[all …]
H A Dhfcsusb.c219 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags)) { in hfcusb_l2l1B()
256 phi->dch.ch.Flags = dch->Flags; in hfcsusb_ph_info()
261 phi->bch[i].Flags = hw->bch[i].Flags; in hfcsusb_ph_info()
306 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in hfcusb_l2l1D()
314 &dch->Flags); in hfcusb_l2l1D()
326 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags); in hfcusb_l2l1D()
344 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfcusb_l2l1D()
348 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags)) in hfcusb_l2l1D()
393 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfc_l1callback()
396 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in hfc_l1callback()
[all …]
H A Dnetjet.c217 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
218 test_and_clear_bit(FLG_TRANSPARENT, &bc->bch.Flags); in mode_tiger()
224 test_and_set_bit(FLG_TRANSPARENT, &bc->bch.Flags); in mode_tiger()
238 test_and_set_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
376 if (test_bit(FLG_RX_OFF, &bc->bch.Flags)) { in read_dma()
387 if (test_bit(FLG_TRANSPARENT, &bc->bch.Flags)) in read_dma()
401 if (test_bit(FLG_TRANSPARENT, &bc->bch.Flags)) { in read_dma()
457 if (test_bit(FLG_ACTIVE, &card->bc[0].bch.Flags)) in recv_tiger()
459 if (test_bit(FLG_ACTIVE, &card->bc[1].bch.Flags)) in recv_tiger()
534 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma()
[all …]
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h143 __le32 Flags; member
165 __le32 Flags; member
207 __le16 Flags; /* EncryptionAlgorithm for 3.0, enc enabled for 3.1.1 */ member
229 __le16 Flags; member
242 __le16 Flags; member
339 __le16 Flags; /* Flags in SMB3.1.1 */ member
518 __le32 Flags; member
547 __le32 Flags; member
646 __u8 Flags; member
698 __le16 Flags; member
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/
H A D0001-cmake-remove-build-flags.patch52 AM Fortran Flags: @AM_FCFLAGS@
60 - C++ Flags: @CMAKE_CXX_FLAGS@
61 + C++ Flags:
62 H5 C++ Flags: @HDF5_CMAKE_CXX_FLAGS@
63 AM C++ Flags: @AM_CXXFLAGS@
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_raid.h81 U8 Flags; /*0x01 */ member
100 U8 Flags; /*0x01 */ member
126 U8 Flags; /*0x00 */ member
247 U32 Flags; /*0x00 */ member
262 U32 Flags; /*0x04 */ member
279 U32 Flags; /*0x10 */ member
H A Dmpi2.h582 U8 Flags; /*0x03 */ member
900 U8 Flags; member
908 U8 Flags; member
916 U8 Flags; member
934 U8 Flags; member
946 U8 Flags; member
958 U8 Flags; member
968 U8 Flags; member
978 U8 Flags; member
1133 U8 Flags; member
[all …]
H A Dmpi2_tool.h102 U32 Flags; /*0x0C */ member
166 U32 Flags; /*0x10 */ member
205 U8 Flags; /*0x17 */ member
282 U8 Flags; /*0x0F */ member
381 U8 Flags; /* 0x0D */ member
485 U32 Flags; /*0x20 */ member
/openbmc/linux/drivers/pcmcia/
H A Dcistpl.c454 tuple->TupleLink = tuple->Flags = 0; in pccard_get_first_tuple()
458 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
480 if (MFC_FN(tuple->Flags)) { in follow_link()
482 ret = read_cis_cache(s, LINK_SPACE(tuple->Flags), in follow_link()
487 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
490 MFC_FN(tuple->Flags)--; in follow_link()
491 } else if (HAS_LINK(tuple->Flags)) { in follow_link()
493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
494 HAS_LINK(tuple->Flags) = 0; in follow_link()
498 if (SPACE(tuple->Flags)) { in follow_link()
[all …]
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi.h390 U8 Flags; member
399 U8 Flags; member
408 U8 Flags; member
426 U8 Flags; member
437 U8 Flags; member
448 U8 Flags; member
459 U8 Flags; member
470 U8 Flags; member
H A Dmpi_cnfg.h672 U8 Flags; /* 0Dh */ member
727 U8 Flags; /* 0Ch */ member
797 U32 Flags; /* 0Ch */ member
859 U32 Flags; /* 04h */ member
891 U32 Flags; /* 04h */ member
973 U32 Flags; /* 04h */ member
1001 U8 Flags; /* 05h */ member
1122 U8 Flags; /* 03h */ member
1733 U32 Flags; /* 04h */ member
1822 U32 Flags; /* 04h */ member
[all …]
H A Dmpi_tool.h78 U32 Flags; /* 0Ch */ member
126 U32 Flags; /* 0Ch */ member
161 U8 Flags; /* 0Ch */ member
259 U8 Flags; /* 0Fh */ member
H A Dmpi_history.txt314 * 05-31-02 01.02.07 Added a Flags field to CONFIG_PAGE_IOC_2_RAID_VOL in a
333 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
334 * Added more Flags defines for CONFIG_PAGE_FC_DEVICE_0.
335 * 04-01-03 01.02.11 Added RR_TOV field and additional Flags defines for
345 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
366 * to add a Flags field.
368 * Two new bits defined for IO Unit Page 1 Flags field.
371 * Four new Flags bits defined for IO Unit Page 2.
373 * Added EEDP Flags settings to IOC Page 1.
377 * Added new Flags field to CONFIG_PAGE_MANUFACTURING_5 and
[all …]
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dfvpboot.bbclass9 # Flags for --parameter/-C
11 # Flags for --data
13 # Flags for --application
15 # Flags to name serial terminals. Flag name is the terminal id (such as
21 # Flags for console names, as they appear in the FVP output. Flag name is an
/openbmc/linux/include/linux/
H A DmISDNhw.h74 test_and_set_bit(ev, &((s)->Flags)); \
80 u_long Flags; member
143 u_long Flags; member
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-core.c79 while (Cur->ngeneBuffer.SR.Flags & 0x80) { in demux_tasklet()
81 u32 Flags = chan->DataFormatFlags; in demux_tasklet() local
82 if (Cur->ngeneBuffer.SR.Flags & 0x20) in demux_tasklet()
83 Flags |= BEF_OVERFLOW; in demux_tasklet()
89 Clock, Flags)) { in demux_tasklet()
102 Cur->ngeneBuffer.SR.Flags &= in demux_tasklet()
115 Cur->ngeneBuffer.SR.Flags &= ~0x40; in demux_tasklet()
128 u32 Flags = chan->DataFormatFlags; in demux_tasklet() local
131 if (Cur->ngeneBuffer.SR.Flags & 0x01) in demux_tasklet()
132 Flags |= BEF_EVEN_FIELD; in demux_tasklet()
[all …]
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h74 __le32 Flags; member
142 __le32 Flags; member
160 __le32 Flags; /* see above DHANDLE_FLAG_PERSISTENT */ member
166 __le32 Flags; /* see above DHANDLE_FLAG_PERSISTENT */ member

12345678910>>...12