Home
last modified time | relevance | path

Searched refs:p_buf (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/libkern/
H A Dgsb_crc32.c678 const unsigned char *p_buf, in crc32c_sb8_64_bit() argument
695 crc ^= *p_buf++; in crc32c_sb8_64_bit()
696 crc ^= (*p_buf++) << 8; in crc32c_sb8_64_bit()
697 crc ^= (*p_buf++) << 16; in crc32c_sb8_64_bit()
698 crc ^= (*p_buf++) << 24; in crc32c_sb8_64_bit()
700 crc ^= *(const uint32_t *) p_buf; in crc32c_sb8_64_bit()
701 p_buf += 4; in crc32c_sb8_64_bit()
711 crc ^= sctp_crc_tableil8_o56[*p_buf++]; in crc32c_sb8_64_bit()
712 crc ^= sctp_crc_tableil8_o48[*p_buf++]; in crc32c_sb8_64_bit()
713 crc ^= sctp_crc_tableil8_o40[*p_buf++]; in crc32c_sb8_64_bit()
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp_api.h902 u32 addr, u8 *p_buf, u32 len);
916 u32 addr, u8 *p_buf, u32 len);
948 enum _ecore_status_t ecore_mcp_nvm_resp(struct ecore_dev *p_dev, u8 *p_buf);
962 u32 addr, u8 *p_buf, u32 *p_len);
975 u8 *p_buf, u32 len);
1076 u32 len, u8 *p_buf);
1094 u32 len, u8 *p_buf);
H A Decore_init_ops.c147 u32 size, const u32 *p_buf, argument
160 const u32 *data = p_buf + dmae_data_offset;
167 (osal_uintptr_t)(p_buf +
H A Decore_mcp.c3124 u8 *p_buf, u32 len) in ecore_mcp_nvm_read() argument
3146 (u32 *)(p_buf + offset)); in ecore_mcp_nvm_read()
3180 u32 addr, u8 *p_buf, u32 *p_len) in ecore_mcp_phy_read() argument
3261 u32 addr, u8 *p_buf, u32 len) in ecore_mcp_nvm_write() argument
3299 (u32 *)&p_buf[buf_idx]); in ecore_mcp_nvm_write()
3335 u32 addr, u8 *p_buf, u32 len) in ecore_mcp_phy_write() argument
3349 &resp, &param, len, (u32 *)p_buf); in ecore_mcp_phy_write()
3381 u32 len, u8 *p_buf) in ecore_mcp_phy_sfp_read() argument
3404 (u32 *)(p_buf + offset)); in ecore_mcp_phy_sfp_read()
3427 u32 len, u8 *p_buf) in ecore_mcp_phy_sfp_write() argument
[all …]