Home
last modified time | relevance | path

Searched refs:dlengsz (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.h151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2()
154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2()
196 ih3->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o3()
199 ih3->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o3()
Dliquidio_common.h366 u64 dlengsz:14; member
394 u64 dlengsz:14;
497 u64 dlengsz:14; member
536 u64 dlengsz:14;
Drequest_manager.c626 ih3->dlengsz = sc->datasize; in octeon_prepare_soft_command()
661 ih2->dlengsz = sc->datasize; in octeon_prepare_soft_command()
709 if (ih3->dlengsz) { in octeon_send_soft_command()
720 len = (u32)ih3->dlengsz; in octeon_send_soft_command()
723 if (ih2->dlengsz) { in octeon_send_soft_command()
734 len = (u32)ih2->dlengsz; in octeon_send_soft_command()
Dlio_main.c2293 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()
2296 (&sc->cmd.cmd2.ih2))->dlengsz; in send_nic_timestamp_pkt()
Dlio_vf_main.c1380 len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()