Home | History | Annotate | Download | only in pci

Lines Matching defs:ixl_hmc_pack

247 struct ixl_hmc_pack {
294 static const struct ixl_hmc_pack ixl_hmc_pack_rxq[] = {
344 static const struct ixl_hmc_pack ixl_hmc_pack_txq[] = {
785 static void ixl_hmc_pack(void *, const void *,
786 const struct ixl_hmc_pack *, unsigned int);
2462 ixl_hmc_pack(hmc, &txq, ixl_hmc_pack_txq,
3093 ixl_hmc_pack(hmc, &rxq, ixl_hmc_pack_rxq,
5210 ixl_hmc_pack(void *d, const void *s, const struct ixl_hmc_pack *packing,
5218 const struct ixl_hmc_pack *pack = &packing[i];