Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/tty/
Dn_tty.c2024 size_t eol; in canon_copy_from_read_buf() local
2040 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf()
2042 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2044 eol = find_next_bit(ldata->read_flags, more, 0); in canon_copy_from_read_buf()
2045 found = eol != more; in canon_copy_from_read_buf()
2047 found = eol != size; in canon_copy_from_read_buf()
2049 n = eol - tail; in canon_copy_from_read_buf()
2054 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) { in canon_copy_from_read_buf()
2060 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf()
2069 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
/Linux-v5.4/net/ipv4/
Dip_options.c281 goto eol; in __ip_options_compile()
467 eol: in __ip_options_compile()
/Linux-v5.4/arch/arm/boot/dts/
Dmotorola-cpcap-mapphone.dtsi33 "eol", "lowbph", "lowbpl",
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h833 uint64_t eol : 1; member
839 uint64_t eol : 1;
Drvu_nix.c1623 u16 pcifunc, int next, bool eol) in nix_setup_mce() argument
1636 aq_req.mce.eol = eol; in nix_setup_mce()
/Linux-v5.4/drivers/pci/hotplug/
Dibmphp_res.c446 u8 eol = 0; /* end of list indicator */ in update_resources() local
472 eol = 1; in update_resources()
477 if (!eol) { in update_resources()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_common.c1330 u32 eol = 0x7ff; in i40e_clear_hw() local
1366 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
1370 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
/Linux-v5.4/drivers/net/ethernet/intel/
De100.c494 u16 eol; member