Home
last modified time | relevance | path

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

/drivers/tty/
Dn_tty.c1997 size_t eol; in canon_copy_from_read_buf() local
2014 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf()
2016 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2018 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf()
2019 found = eol != more; in canon_copy_from_read_buf()
2021 found = eol != size; in canon_copy_from_read_buf()
2023 n = eol - tail; in canon_copy_from_read_buf()
2028 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf()
2032 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf()
2039 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
/drivers/infiniband/hw/irdma/
Dcm.h202 char eol; member
Dcm.c1408 options->eol = OPTION_NUM_EOL; in irdma_send_syn()
/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()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h677 uint64_t eol : 1; member
Drvu_nix.c2815 int mce, u8 op, u16 pcifunc, int next, bool eol) in nix_blk_setup_mce() argument
2828 aq_req.mce.eol = eol; in nix_blk_setup_mce()
/drivers/net/ethernet/intel/i40e/
Di40e_common.c1071 u32 eol = 0x7ff; in i40e_clear_hw() local
1107 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
1111 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
/drivers/net/ethernet/intel/
De100.c491 u16 eol; member