/linux-6.12.1/net/caif/ |
D | cfpkt_skbuff.c | 126 PKT_ERROR(pkt, "linearize failed\n"); in cfpkt_extr_head() 147 PKT_ERROR(pkt, "linearize failed\n"); in cfpkt_extr_trail() 257 PKT_ERROR(pkt, "linearize failed\n"); in cfpkt_iterate()
|
/linux-6.12.1/Documentation/userspace-api/media/drivers/ |
D | vgxy61.rst | 18 * - HDR linearize
|
/linux-6.12.1/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss.h | 151 char buf[4 * SS_RX_MAX];/* buffer for linearize SG src */ 152 char bufo[4 * SS_TX_MAX]; /* buffer for linearize SG dst */
|
D | sun4i-ss-hash.c | 219 /* linearize data to op->buf */ in sun4i_hash() 279 * we need to linearize in two case: in sun4i_hash()
|
D | sun4i-ss-cipher.c | 296 * linearize in buf. todo is in bytes in sun4i_ss_cipher_poll()
|
/linux-6.12.1/include/dt-bindings/pinctrl/ |
D | rzn1-pinctrl.h | 14 * 'linearize' them into one numerical space. So mux level 1, 2 and the MDIO
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_ethtool.c | 831 u64 linearize, qbusy, skb_drops, dma_map_errs; in idpf_collect_queue_stats() local 843 linearize = u64_stats_read(&stats->linearize); in idpf_collect_queue_stats() 850 u64_stats_add(&pstats->tx_linearize, linearize); in idpf_collect_queue_stats()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_tx.c | 202 /* If needed, linearize TX SKB as hardware DMA expects this */ in mlxbf_gige_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/cisco/enic/ |
D | enic.h | 145 u64 skb_linear_fail; /* linearize failures */
|
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.h | 798 * blending operations. It's usually applied to linearize input space. 806 * linearize.
|
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 1705 goto linearize; in ionic_tx_descs_needed() 1739 goto linearize; in ionic_tx_descs_needed() 1755 linearize: in ionic_tx_descs_needed() 1760 q_to_tx_stats(q)->linearize++; in ionic_tx_descs_needed()
|
D | ionic_lif.h | 35 u64 linearize; member
|
D | ionic_stats.c | 135 IONIC_TX_STAT_DESC(linearize),
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | aes-gcm-p10-glue.c | 227 /* Linearize assoc, if not already linear */ in p10_aes_gcm_crypt()
|
/linux-6.12.1/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 184 u64 linearize; member
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | iqs626a.yaml | 204 azoteq,linearize: 541 azoteq,linearize:
|
/linux-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_txrx.h | 380 * need to linearize the skb.
|
/linux-6.12.1/drivers/net/wireless/ti/wl1251/ |
D | boot.c | 173 * constant leakage current to linearize PFD to 0uA - in wl1251_boot_init_seq()
|
/linux-6.12.1/net/core/ |
D | skmsg.c | 536 /* skb linearize may fail with ENOMEM, but lets simply try again in sk_psock_skb_ingress_enqueue() 538 * drop the skb. We need to linearize the skb so that the mapping in sk_psock_skb_ingress_enqueue()
|
/linux-6.12.1/net/batman-adv/ |
D | fragmentation.c | 148 /* Linearize packet to avoid linearizing 16 packets in a row when doing in batadv_frag_insert_packet()
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 542 * need to linearize the skb.
|
/linux-6.12.1/net/sctp/ |
D | input.c | 117 * it's better to just linearize it otherwise crc computing in sctp_rcv() 1304 /* We do not allow GSO frames here as we need to linearize and in __sctp_rcv_lookup_harder()
|
/linux-6.12.1/net/bluetooth/bnep/ |
D | core.c | 464 /* FIXME: linearize skb */ in bnep_tx_frame()
|
/linux-6.12.1/drivers/staging/octeon/ |
D | ethernet-tx.c | 187 * than that, we must linearize. in cvm_oct_xmit()
|
/linux-6.12.1/arch/x86/kvm/ |
D | emulate.c | 754 static int linearize(struct x86_emulate_ctxt *ctxt, in linearize() function 868 rc = linearize(ctxt, addr, size, false, &linear); in segmented_read_std() 882 rc = linearize(ctxt, addr, size, true, &linear); in segmented_write_std() 1389 rc = linearize(ctxt, addr, size, false, &linear); in segmented_read() 1403 rc = linearize(ctxt, addr, size, true, &linear); in segmented_write() 1418 rc = linearize(ctxt, addr, size, true, &linear); in segmented_cmpxchg()
|