OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_cmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_x550.c
1472
struct ixgbe_hic_internal_phy_req
write_cmd
;
local in function:ixgbe_write_iosf_sb_reg_x550a
1476
memset(&
write_cmd
, 0, sizeof(
write_cmd
));
1477
write_cmd
.hdr.cmd = FW_INT_PHY_REQ_CMD;
1478
write_cmd
.hdr.buf_len = FW_INT_PHY_REQ_LEN;
1479
write_cmd
.hdr.checksum = FW_DEFAULT_CHECKSUM;
1480
write_cmd
.port_number = hw->bus.lan_id;
1481
write_cmd
.command_type = FW_INT_PHY_REQ_WRITE;
1482
write_cmd
.address = IXGBE_CPU_TO_BE16(reg_addr);
1483
write_cmd
.write_data = IXGBE_CPU_TO_BE32(data)
[
all
...]
ixgbe_x550.c
1472
struct ixgbe_hic_internal_phy_req
write_cmd
;
local in function:ixgbe_write_iosf_sb_reg_x550a
1476
memset(&
write_cmd
, 0, sizeof(
write_cmd
));
1477
write_cmd
.hdr.cmd = FW_INT_PHY_REQ_CMD;
1478
write_cmd
.hdr.buf_len = FW_INT_PHY_REQ_LEN;
1479
write_cmd
.hdr.checksum = FW_DEFAULT_CHECKSUM;
1480
write_cmd
.port_number = hw->bus.lan_id;
1481
write_cmd
.command_type = FW_INT_PHY_REQ_WRITE;
1482
write_cmd
.address = IXGBE_CPU_TO_BE16(reg_addr);
1483
write_cmd
.write_data = IXGBE_CPU_TO_BE32(data)
[
all
...]
Completed in 27 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025