Searched refs:first_tlv (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_vfpf.c | 101 first_tlv->tl.type); in bnx2x_vf_finalize() 315 bnx2x_vf_finalize(sc, &acq->first_tlv); in bnx2x_vf_get_resources() 349 bnx2x_vf_finalize(sc, &query->first_tlv); in bnx2x_vf_close() 389 bnx2x_vf_finalize(sc, &query->first_tlv); in bnx2x_vf_init() 429 bnx2x_vf_finalize(sc, &query->first_tlv); in bnx2x_vf_unload() 518 bnx2x_vf_finalize(sc, &query->first_tlv); in bnx2x_vf_setup_queue() 531 bnx2x_vf_prep(sc, &query_op->first_tlv, in bnx2x_vf_teardown_queue() 538 query_op->first_tlv.tl.length, in bnx2x_vf_teardown_queue() 602 bnx2x_vf_finalize(sc, &query->first_tlv); in bnx2x_vf_set_mac() 643 bnx2x_vf_finalize(sc, &query->first_tlv); in bnx2x_vf_config_rss() [all …]
|
| H A D | bnx2x_vfpf.h | 77 struct vf_first_tlv first_tlv; member 89 struct vf_first_tlv first_tlv; member 96 struct vf_first_tlv first_tlv; member 139 struct vf_first_tlv first_tlv; member 188 struct vf_first_tlv first_tlv; member 215 struct vf_first_tlv first_tlv; member 241 struct vf_first_tlv first_tlv; member 248 struct vf_first_tlv first_tlv; member 254 struct vf_first_tlv first_tlv; member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vfpf_if.h | 81 struct vfpf_first_tlv first_tlv; member 256 struct vfpf_first_tlv first_tlv; member 263 struct vfpf_first_tlv first_tlv; member 283 struct vfpf_first_tlv first_tlv; member 300 struct vfpf_first_tlv first_tlv; member 318 struct vfpf_first_tlv first_tlv; member 333 struct vfpf_first_tlv first_tlv; member 362 struct vfpf_first_tlv first_tlv; member 462 struct vfpf_first_tlv first_tlv; member 466 struct vfpf_first_tlv first_tlv; member [all …]
|
| H A D | ecore_sriov.c | 4232 mbx->first_tlv = mbx->req_virt->first_tlv; in ecore_iov_process_mbx_req() 4240 mbx->first_tlv.tl.type); in ecore_iov_process_mbx_req() 4246 p_vf, mbx->first_tlv.tl.type); in ecore_iov_process_mbx_req() 4252 switch (mbx->first_tlv.tl.type) { in ecore_iov_process_mbx_req() 4323 mbx->first_tlv.tl.type, in ecore_iov_process_mbx_req() 4337 mbx->first_tlv.tl.type, in ecore_iov_process_mbx_req() 4338 mbx->first_tlv.tl.length, in ecore_iov_process_mbx_req() 4339 mbx->first_tlv.padding, in ecore_iov_process_mbx_req() 4346 (mbx->first_tlv.reply_address == in ecore_iov_process_mbx_req() 4349 mbx->first_tlv.tl.type, in ecore_iov_process_mbx_req() [all …]
|
| H A D | ecore_sriov.h | 59 struct vfpf_first_tlv first_tlv; /* saved VF request header */ member
|
| H A D | ecore_vf.c | 133 p_req->first_tlv.tl.type); in ecore_send_msg2pf() 140 *done, p_req->first_tlv.tl.type); in ecore_send_msg2pf() 144 *done, p_req->first_tlv.tl.type); in ecore_send_msg2pf()
|