Searched refs:mcg_entry (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 62 uint_t prev_indx, tavor_hw_mcg_t *mcg_entry); 64 tavor_hw_mcg_t *mcg_entry, uint_t indx); 554 tavor_hw_mcg_t *mcg_entry; in tavor_mcg_attach() local 621 mcg_entry = state->ts_mcgtmp; in tavor_mcg_attach() 622 mcg_entry_qplist = TAVOR_MCG_GET_QPLIST_PTR(mcg_entry); in tavor_mcg_attach() 623 bzero(mcg_entry, TAVOR_MCGMEM_SZ(state)); in tavor_mcg_attach() 652 tavor_mcg_setup_new_hdr(mcg, mcg_entry, gid, NULL); in tavor_mcg_attach() 683 status = tavor_write_mgm_cmd_post(state, mcg_entry, end_indx, in tavor_mcg_attach() 743 status = tavor_read_mgm_cmd_post(state, mcg_entry, end_indx, in tavor_mcg_attach() 786 status = tavor_write_mgm_cmd_post(state, mcg_entry, end_indx, in tavor_mcg_attach() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 62 uint_t prev_indx, hermon_hw_mcg_t *mcg_entry); 64 hermon_hw_mcg_t *mcg_entry, uint_t indx); 724 hermon_hw_mcg_t *mcg_entry; in hermon_mcg_attach() local 782 mcg_entry = state->hs_mcgtmp; in hermon_mcg_attach() 783 mcg_entry_qplist = HERMON_MCG_GET_QPLIST_PTR(mcg_entry); in hermon_mcg_attach() 784 bzero(mcg_entry, HERMON_MCGMEM_SZ(state)); in hermon_mcg_attach() 813 hermon_mcg_setup_new_hdr(mcg, mcg_entry, gid, NULL); in hermon_mcg_attach() 832 mcg_entry->member_cnt = (mcg->mcg_num_qps + 1); in hermon_mcg_attach() 845 status = hermon_write_mgm_cmd_post(state, mcg_entry, end_indx, in hermon_mcg_attach() 904 status = hermon_read_mgm_cmd_post(state, mcg_entry, end_indx, in hermon_mcg_attach() [all …]
|