HomeSort by: relevance | last modified time | path
    Searched defs:mbin (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 4366 struct mcx_cmd_create_eq_mb_in *mbin; local in function:mcx_create_eq
4405 mbin = mcx_cq_mbox_data(mcx_cq_mbox(&mxm, 0));
4406 mbin->cmd_eq_ctx.eq_uar_size = htobe32(
4408 mbin->cmd_eq_ctx.eq_intr = vector;
4409 mbin->cmd_event_bitmask = htobe64(events);
4415 mcx_cmdq_mboxes_pas(&mxm, sizeof(*mbin), npages, &eq->eq_mem);
4662 struct mcx_cmd_create_cq_mb_in *mbin; local in function:mcx_create_cq
4701 mbin = mcx_cq_mbox_data(mcx_cq_mbox(&mxm, 0));
4702 mbin->cmd_cq_ctx.cq_uar_size = htobe32(
4704 mbin->cmd_cq_ctx.cq_eqn = htobe32(eqn)
4815 struct mcx_rq_ctx *mbin; local in function:mcx_create_rq
4911 struct mcx_cmd_modify_rq_mb_in *mbin; local in function:mcx_ready_rq
5014 struct mcx_cmd_create_tir_mb_in *mbin; local in function:mcx_create_tir_direct
5071 struct mcx_cmd_create_tir_mb_in *mbin; local in function:mcx_create_tir_indirect
5172 struct mcx_sq_ctx *mbin; local in function:mcx_create_sq
5321 struct mcx_cmd_modify_sq_mb_in *mbin; local in function:mcx_ready_sq
5377 struct mcx_cmd_create_tis_mb_in *mbin; local in function:mcx_create_tis
5471 struct mcx_cmd_create_rqt_mb_in *mbin; local in function:mcx_create_rqt
5620 struct mcx_cmd_create_flow_table_mb_in *mbin; local in function:mcx_create_flow_table
5677 struct mcx_cmd_set_flow_table_root_mb_in *mbin; local in function:mcx_set_flow_table_root
5790 struct mcx_cmd_create_flow_group_mb_in *mbin; local in function:mcx_create_flow_group
5919 struct mcx_cmd_set_flow_table_entry_mb_in *mbin; local in function:mcx_set_flow_table_entry_mac
5996 struct mcx_cmd_set_flow_table_entry_mb_in *mbin; local in function:mcx_set_flow_table_entry_proto
6069 struct mcx_cmd_delete_flow_table_entry_mb_in *mbin; local in function:mcx_delete_flow_table_entry
    [all...]
if_mcx.c 4366 struct mcx_cmd_create_eq_mb_in *mbin; local in function:mcx_create_eq
4405 mbin = mcx_cq_mbox_data(mcx_cq_mbox(&mxm, 0));
4406 mbin->cmd_eq_ctx.eq_uar_size = htobe32(
4408 mbin->cmd_eq_ctx.eq_intr = vector;
4409 mbin->cmd_event_bitmask = htobe64(events);
4415 mcx_cmdq_mboxes_pas(&mxm, sizeof(*mbin), npages, &eq->eq_mem);
4662 struct mcx_cmd_create_cq_mb_in *mbin; local in function:mcx_create_cq
4701 mbin = mcx_cq_mbox_data(mcx_cq_mbox(&mxm, 0));
4702 mbin->cmd_cq_ctx.cq_uar_size = htobe32(
4704 mbin->cmd_cq_ctx.cq_eqn = htobe32(eqn)
4815 struct mcx_rq_ctx *mbin; local in function:mcx_create_rq
4911 struct mcx_cmd_modify_rq_mb_in *mbin; local in function:mcx_ready_rq
5014 struct mcx_cmd_create_tir_mb_in *mbin; local in function:mcx_create_tir_direct
5071 struct mcx_cmd_create_tir_mb_in *mbin; local in function:mcx_create_tir_indirect
5172 struct mcx_sq_ctx *mbin; local in function:mcx_create_sq
5321 struct mcx_cmd_modify_sq_mb_in *mbin; local in function:mcx_ready_sq
5377 struct mcx_cmd_create_tis_mb_in *mbin; local in function:mcx_create_tis
5471 struct mcx_cmd_create_rqt_mb_in *mbin; local in function:mcx_create_rqt
5620 struct mcx_cmd_create_flow_table_mb_in *mbin; local in function:mcx_create_flow_table
5677 struct mcx_cmd_set_flow_table_root_mb_in *mbin; local in function:mcx_set_flow_table_root
5790 struct mcx_cmd_create_flow_group_mb_in *mbin; local in function:mcx_create_flow_group
5919 struct mcx_cmd_set_flow_table_entry_mb_in *mbin; local in function:mcx_set_flow_table_entry_mac
5996 struct mcx_cmd_set_flow_table_entry_mb_in *mbin; local in function:mcx_set_flow_table_entry_proto
6069 struct mcx_cmd_delete_flow_table_entry_mb_in *mbin; local in function:mcx_delete_flow_table_entry
    [all...]

Completed in 41 milliseconds