Searched refs:eol (Results 1 – 8 of 8) sorted by relevance
/drivers/tty/ |
D | n_tty.c | 1997 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/ |
D | cm.h | 202 char eol; member
|
D | cm.c | 1408 options->eol = OPTION_NUM_EOL; in irdma_send_syn()
|
/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()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 677 uint64_t eol : 1; member
|
D | rvu_nix.c | 2815 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/ |
D | i40e_common.c | 1071 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/ |
D | e100.c | 491 u16 eol; member
|