Searched refs:bfi_ioc_ctrl_req_s (Results 1 – 2 of 2) sorted by relevance
406 struct bfi_ioc_ctrl_req_s { struct412 #define bfi_ioc_enable_req_t struct bfi_ioc_ctrl_req_s; argument413 #define bfi_ioc_disable_req_t struct bfi_ioc_ctrl_req_s;434 struct bfi_ioc_ctrl_req_s enable_req;435 struct bfi_ioc_ctrl_req_s disable_req;
1616 struct bfi_ioc_ctrl_req_s enable_req; in bfa_ioc_send_enable()1624 bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_enable()1630 struct bfi_ioc_ctrl_req_s disable_req; in bfa_ioc_send_disable()1634 bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_disable()2734 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg; in bfa_ioc_send_fwsync()