Home
last modified time | relevance | path

Searched defs:beiscsi_hba (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h268 struct beiscsi_hba { struct
308 struct {
330 } fw_config;
332 unsigned long state;
349 u8 optic_state;
356 u32 ue2rp;
360 bool mac_addr_set;
362 u8 port_name;
363 u8 port_speed;
394 #define beiscsi_hba_in_error(phba) ((phba)->state & BEISCSI_HBA_IN_ERR) argument
[all …]
H A Dbe_mgmt.c224 void (*cbfn)(struct beiscsi_hba *, in beiscsi_exec_nemb_cmd()