Home
last modified time | relevance | path

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

/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.h360 u64 dlengsz:14; member
388 u64 dlengsz:14;
491 u64 dlengsz:14; member
530 u64 dlengsz:14;
Drequest_manager.c619 ih3->dlengsz = sc->datasize; in octeon_prepare_soft_command()
654 ih2->dlengsz = sc->datasize; in octeon_prepare_soft_command()
703 if (ih3->dlengsz) { in octeon_send_soft_command()
714 len = (u32)ih3->dlengsz; in octeon_send_soft_command()
717 if (ih2->dlengsz) { in octeon_send_soft_command()
728 len = (u32)ih2->dlengsz; in octeon_send_soft_command()
Dlio_main.c2273 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()
2276 (&sc->cmd.cmd2.ih2))->dlengsz; in send_nic_timestamp_pkt()
Dlio_vf_main.c1381 len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()