Lines Matching refs:smpio
1407 struct ccb_smpio smpio; member
1487 cam_fill_smpio(struct ccb_smpio *smpio, uint32_t retries, in cam_fill_smpio() argument
1501 smpio->ccb_h.func_code = XPT_SMP_IO; in cam_fill_smpio()
1502 smpio->ccb_h.flags = flags; in cam_fill_smpio()
1503 smpio->ccb_h.retry_count = retries; in cam_fill_smpio()
1504 smpio->ccb_h.cbfcnp = cbfcnp; in cam_fill_smpio()
1505 smpio->ccb_h.timeout = timeout; in cam_fill_smpio()
1506 smpio->smp_request = smp_request; in cam_fill_smpio()
1507 smpio->smp_request_len = smp_request_len; in cam_fill_smpio()
1508 smpio->smp_response = smp_response; in cam_fill_smpio()
1509 smpio->smp_response_len = smp_response_len; in cam_fill_smpio()