Searched refs:entryw (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.c1032 * @param entryw Work queue entry in words
1039 ocs_queue_history_wq(ocs_hw_q_hist_t *q_hist, uint32_t *entryw, uint32_t qid, uint32_t qindex) argument
1043 uint32_t wqe_word_mask = ocs_q_hist_get_wqe_mask((sli4_generic_wqe_t *)entryw);
1056 q_hist->q_hist[q_hist->q_hist_index] = entryw[i];
1081 * @param entryw array of words
1082 * @param num_words number of words in entryw
1087 ocs_queue_history_misc(ocs_hw_q_hist_t *q_hist, uint32_t *entryw, uint32_t num_words) argument
1103 q_hist->q_hist[q_hist->q_hist_index] = entryw[i];
1129 * @param entryw Completion queue entry in words
1137 ocs_queue_history_cqe(ocs_hw_q_hist_t *q_hist, uint8_t ctype, uint32_t *entryw, uint8_ argument
[all...]

Completed in 170 milliseconds