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

  /src/sys/dev/pci/
hifn7751.c 1408 struct hifn_base_command *base_cmd; local in function:hifn_write_command
1420 base_cmd = (struct hifn_base_command *)buf_pos;
1421 base_cmd->masks = htole16(cmd->base_masks);
1428 base_cmd->total_source_count = htole16(slen & HIFN_BASE_CMD_LENMASK_LO);
1429 base_cmd->total_dest_count = htole16(dlen & HIFN_BASE_CMD_LENMASK_LO);
1432 base_cmd->session_num = htole16(
hifn7751.c 1408 struct hifn_base_command *base_cmd; local in function:hifn_write_command
1420 base_cmd = (struct hifn_base_command *)buf_pos;
1421 base_cmd->masks = htole16(cmd->base_masks);
1428 base_cmd->total_source_count = htole16(slen & HIFN_BASE_CMD_LENMASK_LO);
1429 base_cmd->total_dest_count = htole16(dlen & HIFN_BASE_CMD_LENMASK_LO);
1432 base_cmd->session_num = htole16(
hifn7751.c 1408 struct hifn_base_command *base_cmd; local in function:hifn_write_command
1420 base_cmd = (struct hifn_base_command *)buf_pos;
1421 base_cmd->masks = htole16(cmd->base_masks);
1428 base_cmd->total_source_count = htole16(slen & HIFN_BASE_CMD_LENMASK_LO);
1429 base_cmd->total_dest_count = htole16(dlen & HIFN_BASE_CMD_LENMASK_LO);
1432 base_cmd->session_num = htole16(
hifn7751.c 1408 struct hifn_base_command *base_cmd; local in function:hifn_write_command
1420 base_cmd = (struct hifn_base_command *)buf_pos;
1421 base_cmd->masks = htole16(cmd->base_masks);
1428 base_cmd->total_source_count = htole16(slen & HIFN_BASE_CMD_LENMASK_LO);
1429 base_cmd->total_dest_count = htole16(dlen & HIFN_BASE_CMD_LENMASK_LO);
1432 base_cmd->session_num = htole16(

Completed in 56 milliseconds