Searched refs:bulletin (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c251 if (p_iov->bulletin.p_virt) {
254 p_iov->bulletin.p_virt,
255 p_iov->bulletin.phys,
348 /* pf 2 vf bulletin board address */
349 req->bulletin_addr = p_iov->bulletin.phys;
350 req->bulletin_size = p_iov->bulletin.size;
466 /* Update bulletin board size with response from PF */
467 p_iov->bulletin.size = resp->bulletin_size;
610 p_iov->bulletin.size = sizeof(struct ecore_bulletin_content);
611 p_iov->bulletin
1857 struct ecore_bulletin_content *bulletin; local
1873 struct ecore_bulletin_content *bulletin; local
1907 struct ecore_bulletin_content *bulletin; local
[all...]
H A Decore_sriov.c379 p_bulletin = p_vf->bulletin.p_virt;
381 /* Increment bulletin board version and compute crc */
384 p_vf->bulletin.size - crc_size);
391 /* propagate bulletin board via dmae to vm memory */
395 return ecore_dmae_host2host(p_hwfn, p_ptt, p_vf->bulletin.phys,
396 p_vf->vf_bulletin, p_vf->bulletin.size / 4,
515 vf->bulletin.phys = idx *
518 vf->bulletin.p_virt = p_bulletin_virt + idx;
519 vf->bulletin.size = sizeof(struct ecore_bulletin_content);
1075 p_bulletin = p_vf->bulletin
[all...]
H A Decore_sriov.h139 struct ecore_bulletin bulletin; member in struct:ecore_vf_info
188 /* A bitfield using bulletin's valid-map bits, used to indicate
189 * which of the bulletin board features have been configured.
H A Decore_vf.h57 struct ecore_bulletin bulletin; member in struct:ecore_vf_iov
312 * @brief - return the link params in a given bulletin board
321 * @brief - return the link state in a given bulletin board
330 * @brief - return the link capabilities in a given bulletin board

Completed in 110 milliseconds