Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c648 struct be_cmd_set_dhcp_req *dhcpreq; in beiscsi_if_en_dhcp() local
692 sizeof(*dhcpreq)); in beiscsi_if_en_dhcp()
696 dhcpreq = nonemb_cmd.va; in beiscsi_if_en_dhcp()
697 dhcpreq->flags = 1; /* 1 - blocking; 0 - non-blocking */ in beiscsi_if_en_dhcp()
698 dhcpreq->retry_count = 1; in beiscsi_if_en_dhcp()
699 dhcpreq->interface_hndl = phba->interface_handle; in beiscsi_if_en_dhcp()
700 dhcpreq->ip_type = ip_type; in beiscsi_if_en_dhcp()