Searched refs:bfi_ioc_ctrl_req_s (Results 1 – 2 of 2) sorted by relevance
446 struct bfi_ioc_ctrl_req_s { struct452 #define bfi_ioc_enable_req_t struct bfi_ioc_ctrl_req_s; argument453 #define bfi_ioc_disable_req_t struct bfi_ioc_ctrl_req_s;474 struct bfi_ioc_ctrl_req_s enable_req;475 struct bfi_ioc_ctrl_req_s disable_req;
1796 struct bfi_ioc_ctrl_req_s enable_req; in bfa_ioc_send_enable()1803 bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_enable()1809 struct bfi_ioc_ctrl_req_s disable_req; in bfa_ioc_send_disable()1816 bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_disable()2985 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg; in bfa_ioc_send_fwsync()