Lines Matching refs:u8

219 	u8    doff_res;
220 u8 ctrl;
227 u8 version_ihl;
228 u8 tos;
232 u8 ttl;
233 u8 protocol;
251 u8 *ll_hdr;
275 u8 in_use;
298 u8 in_use;
299 u8 is_tcp;
300 u8 is_ipv4;
301 u8 tgt_queue;
317 u8 product_name[XGE_HAL_VPD_LENGTH];
318 u8 serial_num[XGE_HAL_VPD_LENGTH];
355 u8 revision;
360 u8 inject_bad_tcode;
420 __hal_read_spdm_entry_line(xge_hal_device_t *hldev, u8 spdm_line,
485 xge_hal_rts_rth_itable_set(xge_hal_device_t *hldev, u8 *itable,
489 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
505 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key);
620 xge_hal_device_inject_bad_tcode(xge_hal_device_h devh, int chan_type, u8 t_code)
782 u8 t_code);
804 u8 is_tcp, u8 is_ipv4, u8 tgt_queue);
809 u8 is_tcp, u8 is_ipv4);
923 __HAL_STATIC_CHANNEL __HAL_INLINE_CHANNEL u8
924 __hal_header_parse_token_u8(u8 *string,u16 offset);
927 __hal_header_parse_token_u16(u8 *string,u16 offset);
930 __hal_header_parse_token_u32(u8 *string,u16 offset);
933 __hal_header_update_u8(u8 *string, u16 offset, u8 val);
936 __hal_header_update_u16(u8 *string, u16 offset, u16 val);
939 __hal_header_update_u32(u8 *string, u16 offset, u32 val);
951 __hal_lro_capable(u8 *buffer, iplro_t **ip, tcplro_t **tcp,
955 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
976 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
982 xge_hal_accumulate_large_rx(u8 *buffer, tcplro_t **tcp, u32 *seglen,
993 __hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro,