Searched defs:db_data (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4tx.c | 33 volatile struct toe_tx_db_data *db_data = tx_con->db_data.tx; local 35 db_data->bds_prod += nbds; /* nbds should be written before nbytes (FW assumption) */ 36 DbgBreakIf((db_data->bds_prod & 0xff) == 0); 37 db_data->bytes_prod_seq += nbytes; 40 DbgBreakIf(db_data->flags & (TOE_TX_DB_DATA_FIN << TOE_TX_DB_DATA_FIN_SHIFT)); 41 db_data->flags |= (TOE_TX_DB_DATA_FIN << TOE_TX_DB_DATA_FIN_SHIFT); 137 dbg_bytes_prod_seq = tx_con->db_data.tx->bytes_prod_seq + tx_con->db_more_bytes; 627 dbg_bytes_prod_seq = tcp_con->db_data.tx->bytes_prod_seq + tcp_con->db_more_bytes;
|
H A D | lm_l4rx.c | 200 volatile struct toe_rx_db_data *db_data = rx_con->db_data.rx; local 203 db_data->bds_prod += rx_con->db_more_bds; /* nbds should be written before nbytes (FW assumption) */ 204 db_data->bytes_prod += rx_con->db_more_bytes; 237 volatile struct toe_rx_db_data *db_data = rx_con->db_data.rx; local 243 /*DbgMessage(pdev, FATAL, "lm_tcp_rx_post_sws() INC: OLD drv_rcv_win_right_edge=%d, nbytes=%d, NEW drv_rcv_win_right_edge=%d FW right_edge=%d \n", rx_con->u.rx.sws_info.drv_rcv_win_right_edge, nbytes, rx_con->u.rx.sws_info.drv_rcv_win_right_edge + nbytes, db_data->rcv_win_right_edge);*/ 251 if (rx_con->u.rx.sws_info.drv_rcv_win_right_edge >= db_data->rcv_win_right_edge) { 252 RESET_FLAGS(tcp->rx_con->db_data.rx->flags, TOE_RX_DB_DATA_IGNORE_WND_UPDATES); 263 SET_FLAGS(db_data 567 volatile struct toe_rx_db_data *db_data = tcp->rx_con->db_data.rx; local [all...] |
H A D | lm_l4sp.c | 1684 tcp->tx_con->db_data.tx = (volatile struct toe_tx_db_data *)phy_mblk[block_idx].free; 1685 tcp->tx_con->db_data.tx->flags = 0; 1686 tcp->tx_con->db_data.tx->bds_prod = 0; 1689 tcp->tx_con->db_data.tx->bytes_prod_seq = tcp->tcp_delegated.send_una; 1704 tcp->rx_con->db_data.rx = (volatile struct toe_rx_db_data *)phy_mblk[block_idx].free; 1708 tcp->rx_con->db_data.rx->rcv_win_right_edge = tcp->tcp_delegated.recv_win_seq; 1711 tcp->rx_con->db_data.rx->bds_prod = 0; 1712 tcp->rx_con->db_data.rx->bytes_prod = 0; 1713 tcp->rx_con->db_data.rx->consumed_grq_bytes = 0; 1714 tcp->rx_con->db_data 3128 volatile struct toe_tx_db_data *db_data = con->db_data.tx; local [all...] |
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 67 void *db_data; /* function or section data */ member in struct:dis_buffer 140 db.db_data = data; 318 (void) memcpy(buf, (char *)db->db_data + offset, len);
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | decl.h | 91 * db_data must be first in the Dnode structure, because 92 * &db_data must == &Dnode. 95 * goes into db_data.d_buf originally, but the user can touch 108 Elf_Data db_data; member in struct:Dnode
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 194 void *db_data; member in struct:_lm_iscsi_state_t
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 296 void *db_data; /* data in buffer */ member in struct:dmu_buf 429 * read db_data, dmu_buf_will_dirty() before modifying it, and the 461 * db_data. The comments for those routines describe what particular 645 * Indicate that you are going to modify the buffer's data (db_data).
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4st.h | 418 } db_data; member in struct:_lm_tcp_con_t
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 457 uintptr_t db_data; member in struct:mdb_dmu_buf_impl::__anon30 613 l_dbuf.db_data = zlp; 2018 "mdb_dsl_dir_phys_t", db.db.db_data, 0) == -1) { 2964 uintptr_t db_data; local 3005 if (GETMEMB(db_bonus, "dmu_buf", db_data, db_data)) { 3006 mdb_printf("can't find db_data in bonus dbuf\n"); 3020 if (GETMEMB(db_spill, "dmu_buf", db_data, db_data)) { 3021 mdb_printf("can't find db_data i [all...] |
Completed in 652 milliseconds