Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe_elink.h580 uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf);
Dbxe_elink.c762 uint8_t *o_buf, uint8_t);
8753 uint8_t *o_buf, uint8_t is_init) in elink_8726_read_sfp_module_eeprom() argument
8802 o_buf[i] = (uint8_t)(val & MDIO_PMA_REG_8726_TWO_WIRE_DATA_MASK); in elink_8726_read_sfp_module_eeprom()
8842 uint8_t *o_buf, uint8_t is_init) in elink_warpcore_read_sfp_module_eeprom() argument
8873 o_buf[j] = *((uint8_t *)data_array + i); in elink_warpcore_read_sfp_module_eeprom()
8884 uint8_t *o_buf, uint8_t is_init) in elink_8727_read_sfp_module_eeprom() argument
8961 o_buf[i] = (uint8_t)(val & MDIO_PMA_REG_8727_TWO_WIRE_DATA_MASK); in elink_8727_read_sfp_module_eeprom()
8978 uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf) in elink_read_sfp_module_eeprom() argument
8983 uint8_t *user_data = o_buf; in elink_read_sfp_module_eeprom()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_mcp_api.h1101 u32 *o_buf);
Decore_mcp.c768 u32 *o_buf) in ecore_mcp_nvm_rd_cmd() argument
790 OSAL_MEMCPY(o_buf, raw_data, *o_txn_size); in ecore_mcp_nvm_rd_cmd()