Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Dsli4.c6086 sli4_req_fcoe_wq_destroy_t *wq = NULL; in sli_cmd_fcoe_wq_destroy()
6093 payload_size = max(sizeof(sli4_req_fcoe_wq_destroy_t), in sli_cmd_fcoe_wq_destroy()
6099 wq = (sli4_req_fcoe_wq_destroy_t *)((uint8_t *)buf + sli_config_off); in sli_cmd_fcoe_wq_destroy()
6103 wq->hdr.request_length = sizeof(sli4_req_fcoe_wq_destroy_t) - in sli_cmd_fcoe_wq_destroy()
6108 return(sli_config_off + sizeof(sli4_req_fcoe_wq_destroy_t)); in sli_cmd_fcoe_wq_destroy()
H A Dsli4.h3872 } sli4_req_fcoe_wq_destroy_t; typedef