Home
last modified time | relevance | path

Searched refs:ptype (Results 1 - 25 of 235) sorted by relevance

12345678910

/kernel/linux/linux-6.6/net/core/
H A Dgso.c17 struct packet_offload *ptype; in skb_eth_gso_segment() local
20 list_for_each_entry_rcu(ptype, &offload_base, list) { in skb_eth_gso_segment()
21 if (ptype->type == type && ptype->callbacks.gso_segment) { in skb_eth_gso_segment()
22 segs = ptype->callbacks.gso_segment(skb, features); in skb_eth_gso_segment()
41 struct packet_offload *ptype; in skb_mac_gso_segment() local
51 list_for_each_entry_rcu(ptype, &offload_base, list) { in skb_mac_gso_segment()
52 if (ptype->type == type && ptype->callbacks.gso_segment) { in skb_mac_gso_segment()
53 segs = ptype in skb_mac_gso_segment()
[all...]
H A Dgro.c238 struct packet_offload *ptype; in napi_gro_complete() local
251 list_for_each_entry_rcu(ptype, head, list) { in napi_gro_complete()
252 if (ptype->type != type || !ptype->callbacks.gro_complete) in napi_gro_complete()
255 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in napi_gro_complete()
263 WARN_ON(&ptype->list == head); in napi_gro_complete()
442 struct packet_offload *ptype; in dev_gro_receive() local
454 list_for_each_entry_rcu(ptype, head, list) { in dev_gro_receive()
455 if (ptype->type == type && ptype in dev_gro_receive()
548 struct packet_offload *ptype; gro_find_receive_by_type() local
562 struct packet_offload *ptype; gro_find_complete_by_type() local
[all...]
/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_skbedit.h20 u16 ptype; member
63 /* Return true iff action is ptype */
71 u16 ptype; in tcf_skbedit_ptype() local
74 ptype = rcu_dereference(to_skbedit(a)->params)->ptype; in tcf_skbedit_ptype()
77 return ptype; in tcf_skbedit_ptype()
/kernel/linux/linux-5.10/drivers/acpi/dptf/
H A Ddptf_power.c125 unsigned long long ptype; in dptf_participant_type() local
128 status = acpi_evaluate_integer(handle, "PTYP", NULL, &ptype); in dptf_participant_type()
132 return ptype; in dptf_participant_type()
175 unsigned long long ptype; in dptf_power_add() local
182 ptype = dptf_participant_type(acpi_dev->handle); in dptf_power_add()
183 if (ptype == 0x11) in dptf_power_add()
185 else if (ptype == 0x0C) in dptf_power_add()
/kernel/linux/linux-6.6/drivers/acpi/dptf/
H A Ddptf_power.c123 unsigned long long ptype; in dptf_participant_type() local
126 status = acpi_evaluate_integer(handle, "PTYP", NULL, &ptype); in dptf_participant_type()
130 return ptype; in dptf_participant_type()
176 unsigned long long ptype; in dptf_power_add() local
183 ptype = dptf_participant_type(acpi_dev->handle); in dptf_power_add()
184 if (ptype == 0x11) in dptf_power_add()
186 else if (ptype == 0x0C) in dptf_power_add()
/kernel/linux/linux-5.10/net/ipv4/
H A Dgre_offload.c125 struct packet_offload *ptype; in gre_gro_receive() local
162 ptype = gro_find_receive_by_type(type); in gre_gro_receive()
163 if (!ptype) in gre_gro_receive()
225 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive()
239 struct packet_offload *ptype; in gre_gro_complete() local
255 ptype = gro_find_complete_by_type(type); in gre_gro_complete()
256 if (ptype) in gre_gro_complete()
257 err = ptype->callbacks.gro_complete(skb, nhoff + grehlen); in gre_gro_complete()
/kernel/linux/linux-6.6/drivers/cxl/
H A Dsecurity.c13 enum nvdimm_passphrase_type ptype) in cxl_pmem_get_security_flags()
40 if (ptype == NVDIMM_MASTER) { in cxl_pmem_get_security_flags()
69 enum nvdimm_passphrase_type ptype) in cxl_pmem_security_change_key()
78 .type = ptype == NVDIMM_MASTER ? CXL_PMEM_SEC_PASS_MASTER : in cxl_pmem_security_change_key()
95 enum nvdimm_passphrase_type ptype) in __cxl_pmem_security_disable()
104 .type = ptype == NVDIMM_MASTER ? CXL_PMEM_SEC_PASS_MASTER : in __cxl_pmem_security_disable()
168 enum nvdimm_passphrase_type ptype) in cxl_pmem_security_passphrase_erase()
178 .type = ptype == NVDIMM_MASTER ? CXL_PMEM_SEC_PASS_MASTER : in cxl_pmem_security_passphrase_erase()
12 cxl_pmem_get_security_flags(struct nvdimm *nvdimm, enum nvdimm_passphrase_type ptype) cxl_pmem_get_security_flags() argument
66 cxl_pmem_security_change_key(struct nvdimm *nvdimm, const struct nvdimm_key_data *old_data, const struct nvdimm_key_data *new_data, enum nvdimm_passphrase_type ptype) cxl_pmem_security_change_key() argument
93 __cxl_pmem_security_disable(struct nvdimm *nvdimm, const struct nvdimm_key_data *key_data, enum nvdimm_passphrase_type ptype) __cxl_pmem_security_disable() argument
166 cxl_pmem_security_passphrase_erase(struct nvdimm *nvdimm, const struct nvdimm_key_data *key, enum nvdimm_passphrase_type ptype) cxl_pmem_security_passphrase_erase() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.h186 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \
191 .print = PRINT_TYPE_FUNC_NAME(ptype), \
192 .fmt = PRINT_TYPE_FMT_NAME(ptype), \
197 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \
198 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype)
199 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \
200 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype)
202 /* If ptype i
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c381 void *cookie, u32 ptype) in pkt_session_get_property_1x()
383 switch (ptype) { in pkt_session_get_property_1x()
395 pkt->data[0] = ptype; in pkt_session_get_property_1x()
401 void *cookie, u32 ptype, void *pdata) in pkt_session_set_property_1x()
415 pkt->data[0] = ptype; in pkt_session_set_property_1x()
417 switch (ptype) { in pkt_session_set_property_1x()
1072 void *cookie, u32 ptype) in pkt_session_get_property_3xx()
1084 switch (ptype) { in pkt_session_get_property_3xx()
1089 ret = pkt_session_get_property_1x(pkt, cookie, ptype); in pkt_session_get_property_3xx()
1098 void *cookie, u32 ptype, voi in pkt_session_set_property_3xx()
380 pkt_session_get_property_1x(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) pkt_session_get_property_1x() argument
400 pkt_session_set_property_1x(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_1x() argument
1071 pkt_session_get_property_3xx(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) pkt_session_get_property_3xx() argument
1097 pkt_session_set_property_3xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_3xx() argument
1162 pkt_session_set_property_4xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_4xx() argument
1223 pkt_session_set_property_6xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_6xx() argument
1253 pkt_session_get_property(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) pkt_session_get_property() argument
1262 pkt_session_set_property(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property() argument
[all...]
H A Dvenc.c541 u32 ptype, rate_control, bitrate; in venc_set_properties() local
549 ptype = HFI_PROPERTY_CONFIG_FRAME_RATE; in venc_set_properties()
553 ret = hfi_session_set_property(inst, ptype, &frate); in venc_set_properties()
562 ptype = HFI_PROPERTY_PARAM_VENC_H264_VUI_TIMING_INFO; in venc_set_properties()
567 ret = hfi_session_set_property(inst, ptype, &info); in venc_set_properties()
571 ptype = HFI_PROPERTY_PARAM_VENC_H264_ENTROPY_CONTROL; in venc_set_properties()
577 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties()
581 ptype = HFI_PROPERTY_PARAM_VENC_H264_DEBLOCK_CONTROL; in venc_set_properties()
588 ret = hfi_session_set_property(inst, ptype, &deblock); in venc_set_properties()
598 ptype in venc_set_properties()
[all...]
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_skbedit.h21 u16 ptype; member
64 /* Return true iff action is ptype */
72 u16 ptype; in tcf_skbedit_ptype() local
75 ptype = rcu_dereference(to_skbedit(a)->params)->ptype; in tcf_skbedit_ptype()
78 return ptype; in tcf_skbedit_ptype()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dvenc.c675 u32 ptype, rate_control, bitrate; in venc_set_properties() local
683 ptype = HFI_PROPERTY_CONFIG_FRAME_RATE; in venc_set_properties()
687 ret = hfi_session_set_property(inst, ptype, &frate); in venc_set_properties()
697 ptype = HFI_PROPERTY_PARAM_VENC_H264_VUI_TIMING_INFO; in venc_set_properties()
702 ret = hfi_session_set_property(inst, ptype, &info); in venc_set_properties()
706 ptype = HFI_PROPERTY_PARAM_VENC_H264_ENTROPY_CONTROL; in venc_set_properties()
712 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties()
716 ptype = HFI_PROPERTY_PARAM_VENC_H264_DEBLOCK_CONTROL; in venc_set_properties()
723 ret = hfi_session_set_property(inst, ptype, &deblock); in venc_set_properties()
727 ptype in venc_set_properties()
[all...]
H A Dvenc_ctrls.c79 u32 ptype; in venc_op_s_ctrl() local
90 ptype = HFI_PROPERTY_CONFIG_VENC_TARGET_BITRATE; in venc_op_s_ctrl()
94 ret = hfi_session_set_property(inst, ptype, &brate); in venc_op_s_ctrl()
221 ptype = HFI_PROPERTY_CONFIG_VENC_SYNC_FRAME_SEQUENCE_HEADER; in venc_op_s_ctrl()
222 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl()
258 ptype = HFI_PROPERTY_CONFIG_VENC_REQUEST_SYNC_FRAME; in venc_op_s_ctrl()
259 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl()
289 ptype = HFI_PROPERTY_CONFIG_VENC_MARKLTRFRAME; in venc_op_s_ctrl()
291 ret = hfi_session_set_property(inst, ptype, &ltr_mark); in venc_op_s_ctrl()
302 ptype in venc_op_s_ctrl()
[all...]
H A Dhelpers.c670 u32 ptype = HFI_PROPERTY_CONFIG_BUFFER_REQUIREMENTS; in venus_helper_get_bufreq() local
688 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_bufreq()
920 const u32 ptype = HFI_PROPERTY_PARAM_PROFILE_LEVEL_CURRENT; in venus_helper_get_profile_level() local
924 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_profile_level()
936 const u32 ptype = HFI_PROPERTY_PARAM_PROFILE_LEVEL_CURRENT; in venus_helper_set_profile_level() local
941 return hfi_session_set_property(inst, ptype, &pl); in venus_helper_set_profile_level()
1126 u32 ptype = HFI_PROPERTY_PARAM_FRAME_SIZE; in venus_helper_set_input_resolution() local
1133 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_input_resolution()
1141 u32 ptype = HFI_PROPERTY_PARAM_FRAME_SIZE; in venus_helper_set_output_resolution() local
1148 return hfi_session_set_property(inst, ptype, in venus_helper_set_output_resolution()
1176 const u32 ptype = HFI_PROPERTY_PARAM_WORK_MODE; venus_helper_set_work_mode() local
1191 const u32 ptype = HFI_PROPERTY_PARAM_UNCOMPRESSED_PLANE_ACTUAL_CONSTRAINTS_INFO; venus_helper_set_format_constraints() local
1221 u32 ptype = HFI_PROPERTY_PARAM_BUFFER_COUNT_ACTUAL; venus_helper_set_num_bufs() local
1253 const u32 ptype = HFI_PROPERTY_PARAM_UNCOMPRESSED_FORMAT_SELECT; venus_helper_set_raw_format() local
1286 u32 ptype = HFI_PROPERTY_PARAM_VDEC_MULTI_STREAM; venus_helper_set_multistream() local
1305 const u32 ptype = HFI_PROPERTY_PARAM_BUFFER_ALLOC_MODE; venus_helper_set_dyn_bufmode() local
1327 const u32 ptype = HFI_PROPERTY_PARAM_BUFFER_SIZE_ACTUAL; venus_helper_set_bufsize() local
1843 const u32 ptype = HFI_PROPERTY_PARAM_UNCOMPRESSED_PLANE_ACTUAL_INFO; venus_helper_set_stride() local
[all...]
H A Dhfi_cmds.c391 void *cookie, u32 ptype) in pkt_session_get_property_1x()
393 switch (ptype) { in pkt_session_get_property_1x()
405 pkt->data[0] = ptype; in pkt_session_get_property_1x()
411 void *cookie, u32 ptype, void *pdata) in pkt_session_set_property_1x()
425 pkt->data[0] = ptype; in pkt_session_set_property_1x()
427 switch (ptype) { in pkt_session_set_property_1x()
1099 void *cookie, u32 ptype) in pkt_session_get_property_3xx()
1111 switch (ptype) { in pkt_session_get_property_3xx()
1116 ret = pkt_session_get_property_1x(pkt, cookie, ptype); in pkt_session_get_property_3xx()
1125 void *cookie, u32 ptype, voi in pkt_session_set_property_3xx()
390 pkt_session_get_property_1x(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) pkt_session_get_property_1x() argument
410 pkt_session_set_property_1x(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_1x() argument
1098 pkt_session_get_property_3xx(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) pkt_session_get_property_3xx() argument
1124 pkt_session_set_property_3xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_3xx() argument
1189 pkt_session_set_property_4xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_4xx() argument
1300 pkt_session_set_property_6xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property_6xx() argument
1351 pkt_session_get_property(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) pkt_session_get_property() argument
1360 pkt_session_set_property(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) pkt_session_set_property() argument
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.h179 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \
183 .print = PRINT_TYPE_FUNC_NAME(ptype), \
184 .fmt = PRINT_TYPE_FMT_NAME(ptype), \
187 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \
188 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, #_fmttype)
189 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \
190 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype)
192 /* If ptype i
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dgre_offload.c131 struct packet_offload *ptype; in gre_gro_receive() local
164 ptype = gro_find_receive_by_type(type); in gre_gro_receive()
165 if (!ptype) in gre_gro_receive()
227 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive()
239 struct packet_offload *ptype; in gre_gro_complete() local
254 ptype = gro_find_complete_by_type(type); in gre_gro_complete()
255 if (ptype) in gre_gro_complete()
256 err = ptype->callbacks.gro_complete(skb, nhoff + grehlen); in gre_gro_complete()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c39 * @ptype: the ptype value from the descriptor
43 static enum pkt_hash_types ice_ptype_to_htype(u8 __always_unused ptype) in ice_ptype_to_htype() argument
53 * @rx_ptype: the ptype value from the descriptor
78 * @ptype: the packet type decoded by hardware
84 union ice_32b_rx_flex_desc *rx_desc, u8 ptype) in ice_rx_csum()
93 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum()
160 * @ptype: the packet type decoded by hardware
169 struct sk_buff *skb, u8 ptype) in ice_process_skb_fields()
171 ice_rx_hash(rx_ring, rx_desc, skb, ptype); in ice_process_skb_fields()
83 ice_rx_csum(struct ice_ring *ring, struct sk_buff *skb, union ice_32b_rx_flex_desc *rx_desc, u8 ptype) ice_rx_csum() argument
167 ice_process_skb_fields(struct ice_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc, struct sk_buff *skb, u8 ptype) ice_process_skb_fields() argument
[all...]
/kernel/linux/linux-5.10/fs/affs/
H A Damigaffs.h51 __be32 ptype; member
77 __be32 ptype; member
107 __be32 ptype; member
116 __be32 ptype; member
/kernel/linux/linux-6.6/fs/affs/
H A Damigaffs.h51 __be32 ptype; member
77 __be32 ptype; member
107 __be32 ptype; member
116 __be32 ptype; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c43 * @ptype: the ptype value from the descriptor
49 static enum pkt_hash_types ice_ptype_to_htype(u16 ptype) in ice_ptype_to_htype() argument
51 struct ice_rx_ptype_decoded decoded = ice_decode_rx_desc_ptype(ptype); in ice_ptype_to_htype()
70 * @rx_ptype: the ptype value from the descriptor
95 * @ptype: the packet type decoded by hardware
101 union ice_32b_rx_flex_desc *rx_desc, u16 ptype) in ice_rx_csum()
110 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum()
178 * @ptype: the packet type decoded by hardware
187 struct sk_buff *skb, u16 ptype) in ice_process_skb_fields()
100 ice_rx_csum(struct ice_rx_ring *ring, struct sk_buff *skb, union ice_32b_rx_flex_desc *rx_desc, u16 ptype) ice_rx_csum() argument
185 ice_process_skb_fields(struct ice_rx_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc, struct sk_buff *skb, u16 ptype) ice_process_skb_fields() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c463 struct gve_ptype ptype) in gve_rx_skb_csum()
471 if (ptype.l3_type == GVE_L3_TYPE_IPV4) { in gve_rx_skb_csum()
474 } else if (ptype.l3_type == GVE_L3_TYPE_IPV6) { in gve_rx_skb_csum()
483 switch (ptype.l4_type) { in gve_rx_skb_csum()
497 struct gve_ptype ptype) in gve_rx_skb_hash()
501 if (ptype.l4_type != GVE_L4_TYPE_UNKNOWN) in gve_rx_skb_hash()
503 else if (ptype.l3_type != GVE_L3_TYPE_UNKNOWN) in gve_rx_skb_hash()
699 struct gve_ptype ptype) in gve_rx_complete_rsc()
704 if (ptype.l4_type != GVE_L4_TYPE_TCP) in gve_rx_complete_rsc()
707 switch (ptype in gve_rx_complete_rsc()
461 gve_rx_skb_csum(struct sk_buff *skb, const struct gve_rx_compl_desc_dqo *desc, struct gve_ptype ptype) gve_rx_skb_csum() argument
495 gve_rx_skb_hash(struct sk_buff *skb, const struct gve_rx_compl_desc_dqo *compl_desc, struct gve_ptype ptype) gve_rx_skb_hash() argument
697 gve_rx_complete_rsc(struct sk_buff *skb, const struct gve_rx_compl_desc_dqo *desc, struct gve_ptype ptype) gve_rx_complete_rsc() argument
727 struct gve_ptype ptype = gve_rx_complete_skb() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c203 u8 *ptype) in ixgbe_dcb_unpack_prio()
209 ptype[tc] = tc_config[tc].path[direction].prio_type; in ixgbe_dcb_unpack_prio()
254 u8 ptype[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local
265 ixgbe_dcb_unpack_prio(dcb_config, DCB_TX_CONFIG, ptype); in ixgbe_dcb_hw_config()
271 bwgid, ptype); in ixgbe_dcb_hw_config()
278 bwgid, ptype, prio_tc); in ixgbe_dcb_hw_config()
202 ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, u8 *ptype) ixgbe_dcb_unpack_prio() argument
/kernel/linux/linux-5.10/net/sched/
H A Dact_gact.c90 if (p_parm->ptype >= MAX_RAND) in tcf_gact_init()
135 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()
157 u32 ptype = READ_ONCE(gact->tcfg_ptype); in tcf_gact_act() local
159 if (ptype) in tcf_gact_act()
160 action = gact_rand[ptype](gact); in tcf_gact_act()
205 .ptype = gact->tcfg_ptype, in tcf_gact_dump()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c203 u8 *ptype) in ixgbe_dcb_unpack_prio()
209 ptype[tc] = tc_config[tc].path[direction].prio_type; in ixgbe_dcb_unpack_prio()
254 u8 ptype[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local
265 ixgbe_dcb_unpack_prio(dcb_config, DCB_TX_CONFIG, ptype); in ixgbe_dcb_hw_config()
271 bwgid, ptype); in ixgbe_dcb_hw_config()
278 bwgid, ptype, prio_tc); in ixgbe_dcb_hw_config()
202 ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, u8 *ptype) ixgbe_dcb_unpack_prio() argument

Completed in 21 milliseconds

12345678910