Searched refs:ptt (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_gld.c | 607 struct ecore_ptt *ptt; local 614 ptt = ecore_ptt_acquire(hwfn); 615 if (ptt == NULL) { 624 transceiver_state = ecore_rd(hwfn, ptt, hwfn->mcp_info->port_addr + 627 ecore_ptt_release(hwfn, ptt); 658 struct ecore_ptt *ptt; local 674 ptt = ecore_ptt_acquire(hwfn); 675 if (ptt == NULL) { 679 ret = ecore_mcp_phy_sfp_read(hwfn, ptt, hwfn->port_id, page, offset, 681 ecore_ptt_release(hwfn, ptt); [all …]
|
H A D | qede_main.c | 3048 struct ecore_ptt *ptt = NULL; in qede_configure_link() local 3055 ptt = ecore_ptt_acquire(hwfn); in qede_configure_link() 3056 if (ptt == NULL) { in qede_configure_link() 3062 ret = ecore_mcp_set_link(hwfn, ptt, op); in qede_configure_link() 3064 ecore_ptt_release(hwfn, ptt); in qede_configure_link()
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributeVerifier.java | 1002 int ptt = tt; in parseTemplateAttribute() local 1013 if (ptt == StreamTokenizer.TT_EOL) { in parseTemplateAttribute() 1074 int ptt = tt; in parseTemplateAttribute() local 1085 if (ptt == StreamTokenizer.TT_EOL) { in parseTemplateAttribute() 1292 int ptt = tt; in parseAttribute() local 1324 if (ptt == StreamTokenizer.TT_EOL) { in parseAttribute() 1409 int ptt = tt; in parseAttribute() local 1445 if (ptt == StreamTokenizer.TT_EOL) { in parseAttribute() 1493 int ptt = tt; in parseAttribute() local 1505 if (ptt == StreamTokenizer.TT_EOL) { in parseAttribute()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_iov_api.h | 383 struct ecore_ptt *ptt, 767 …tatus_t ecore_iov_copy_vf_msg(struct ecore_hwfn *p_hwfn, struct ecore_ptt *ptt, int vfid) {return … in ecore_iov_copy_vf_msg() argument
|
H A D | ecore_int.c | 60 struct ecore_ptt *ptt, 71 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \ argument 72 dbg_read_attn(hwfn, ptt, id, type, clear, results)
|
H A D | ecore_dbg_fw_funcs.c | 379 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) ecore_wr(dev,… argument 381 #define ARR_REG_RD(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) (arr)[i] = ec… argument
|
H A D | release.txt | 3013 Change: Use the correct ptt for a given hwfn. 5205 4. Request: Modified ecore_mcp_get_mfw_ver() to get ptt parameter.
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 407 …t can run concurrently. Upper-layer requests for a PTT entry using \myfunc{ptt\_acquire}{ptt_acqui… 408 …releasing them. Returning a PTT entry back to the pool is done via \myfunc{ptt\_release}{ptt_relea…
|