Searched refs:CHANNEL_TLV_LIST_END (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_vf.c | 185 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in _qed_vf_pf_release() 307 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_acquire() 709 CHANNEL_TLV_LIST_END, in qed_vf_pf_tunnel_param_update() 777 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_rxq_start() 827 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_rxq_stop() 872 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_txq_start() 923 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_txq_stop() 973 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_vport_start() 1003 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_vport_stop() 1219 CHANNEL_TLV_LIST_END, sizeof(struct channel_list_end_tlv)); in qed_vf_pf_vport_update() [all …]
|
| D | qed_sriov.c | 1193 if (tlv->type == CHANNEL_TLV_LIST_END) in qed_dp_tlv_list() 1314 qed_add_tlv(p_hwfn, &p_mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_prep_vp_update_resp_tlvs() 1330 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_prepare_resp() 2053 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_start_rxq_resp() 2394 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_update_tunn_param() 2427 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_start_txq_resp() 2754 } while (p_tlv->type != CHANNEL_TLV_LIST_END); in qed_iov_search_list_tlvs() 3487 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_pf_get_coalesce()
|
| D | qed_vf.h | 651 CHANNEL_TLV_LIST_END, enumerator
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_vfpf.c | 85 } while (tlv->type != CHANNEL_TLV_LIST_END); in bnx2x_search_tlv_list() 98 while (tlv->type != CHANNEL_TLV_LIST_END) { in bnx2x_dp_tlv_list() 267 CHANNEL_TLV_LIST_END, in bnx2x_vfpf_acquire() 413 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_release() 464 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_init() 515 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_close_vf() 662 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_setup_q() 697 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_teardown_queue() 751 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_config_mac() 810 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_config_rss() [all …]
|
| D | bnx2x_vfpf.h | 461 CHANNEL_TLV_LIST_END, enumerator
|