Searched refs:eol (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/tty/ |
D | n_tty.c | 2024 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/ |
D | ip_options.c | 281 goto eol; in __ip_options_compile() 467 eol: in __ip_options_compile()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | motorola-cpcap-mapphone.dtsi | 33 "eol", "lowbph", "lowbpl",
|
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 833 uint64_t eol : 1; member 839 uint64_t eol : 1;
|
D | rvu_nix.c | 1623 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/ |
D | ibmphp_res.c | 446 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/ |
D | i40e_common.c | 1330 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/ |
D | e100.c | 494 u16 eol; member
|