/kernel/linux/linux-5.10/drivers/misc/genwqe/ |
H A D | card_dev.c | 917 int page_offs; in ddcb_cmd_fixups() local 937 page_offs = (u_addr - in ddcb_cmd_fixups() 954 page_offs = 0; in ddcb_cmd_fixups() 965 &m->dma_list[page_offs]); in ddcb_cmd_fixups()
|
/kernel/linux/linux-6.6/drivers/misc/genwqe/ |
H A D | card_dev.c | 917 int page_offs; in ddcb_cmd_fixups() local 937 page_offs = (u_addr - in ddcb_cmd_fixups() 954 page_offs = 0; in ddcb_cmd_fixups() 965 &m->dma_list[page_offs]); in ddcb_cmd_fixups()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 256 page_ptr = (void *)((u8 *)skb->cb + trans->txqs.page_offs); in get_workaround_page() 357 page_ptr = (void *)((u8 *)skb->cb + trans->txqs.page_offs); in get_page_hdr() 1035 page_ptr = (void *)((u8 *)skb->cb + trans->txqs.page_offs); in iwl_txq_free_tso_page()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 1750 u32 page_offs; in stfsm_mtd_write() local 1758 page_offs = to % FLASH_PAGESIZE; in stfsm_mtd_write() 1764 bytes = min_t(size_t, FLASH_PAGESIZE - page_offs, len); in stfsm_mtd_write() 1775 page_offs = 0; in stfsm_mtd_write()
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 1750 u32 page_offs; in stfsm_mtd_write() local 1758 page_offs = to % FLASH_PAGESIZE; in stfsm_mtd_write() 1764 bytes = min_t(size_t, FLASH_PAGESIZE - page_offs, len); in stfsm_mtd_write() 1775 page_offs = 0; in stfsm_mtd_write()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 1429 unsigned int page_offs; in gmac_rx() local 1454 page_offs = mapping & ~PAGE_MASK; in gmac_rx() 1480 page_offs += NET_IP_ALIGN; in gmac_rx() 1499 skb_fill_page_desc(skb, frag_nr, page, page_offs, frag_len); in gmac_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 1428 unsigned int page_offs; in gmac_rx() local 1453 page_offs = mapping & ~PAGE_MASK; in gmac_rx() 1479 page_offs += NET_IP_ALIGN; in gmac_rx() 1498 skb_fill_page_desc(skb, frag_nr, page, page_offs, frag_len); in gmac_rx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 196 page_ptr = (void *)((u8 *)skb->cb + trans->txqs.page_offs); in get_workaround_page() 297 page_ptr = (void *)((u8 *)skb->cb + trans->txqs.page_offs); in get_page_hdr() 977 page_ptr = (void *)((u8 *)skb->cb + trans->txqs.page_offs); in iwl_txq_free_tso_page()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 921 * @page_offs: offset from skb->cb to mac header page pointer 934 u8 page_offs; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 996 * @page_offs: offset from skb->cb to mac header page pointer 1010 u8 page_offs; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 6900 ulong page_offs = ((ulong) base) - page_base; in remap_pci_mem() local 6902 page_offs + size); in remap_pci_mem() 6904 return page_remapped ? (page_remapped + page_offs) : NULL; in remap_pci_mem()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 6928 ulong page_offs = ((ulong) base) - page_base; in remap_pci_mem() local 6930 page_offs + size); in remap_pci_mem() 6932 return page_remapped ? (page_remapped + page_offs) : NULL; in remap_pci_mem()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 1918 trans->txqs.page_offs = trans_cfg->cb_data_offs; in iwl_trans_pcie_configure()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 1962 trans->txqs.page_offs = trans_cfg->cb_data_offs; in iwl_trans_pcie_configure()
|